Home
last modified time | relevance | path

Searched refs:IPOPT_OLEN (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c99 cop[IPOPT_OLEN] = 10 + i; in tsol2cipso_tt1()
100 cop[IPOPT_OLEN+1] = ucp[0]; in tsol2cipso_tt1()
101 cop[IPOPT_OLEN+2] = ucp[1]; in tsol2cipso_tt1()
102 cop[IPOPT_OLEN+3] = ucp[2]; in tsol2cipso_tt1()
103 cop[IPOPT_OLEN+4] = ucp[3]; in tsol2cipso_tt1()
112 return (cop[IPOPT_OLEN]); in tsol2cipso_tt1()
169 optlen = opt[IPOPT_OLEN]; in tsol_get_option_v4()
587 olen = fptr[IPOPT_OLEN]; in tsol_remove_secopt()
681 olen = optr[IPOPT_OLEN]; in tsol_prepend_option()
719 olen = optbuf[IPOPT_OLEN]; in tsol_prepend_option()
[all …]
H A Dip.c2391 len = cur[IPOPT_OLEN]; in ipoptp_next()
2515 buf[IPOPT_OLEN] = optlen; in ip_opt_get_user()
5609 if (totallen <= IPOPT_OLEN) in ip_find_hdr_v4()
5611 optlen = opt[IPOPT_OLEN]; in ip_find_hdr_v4()
9323 opt[IPOPT_OLEN] = (uint8_t)off; in ip_input_local_options()
9479 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()
9539 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()
9550 code = (char *)&opt[IPOPT_OLEN] - (char *)ipha; in ip_input_options()
12025 opt[IPOPT_OLEN] = (uint8_t)off; in ip_output_local_options()
13051 code = (char *)&opt[IPOPT_OLEN] - in ip_output_options()
[all …]
H A Dconn_opt.c2803 opt_storage[IPOPT_OLEN], in conn_update_label()
2832 optlen = opt_storage[IPOPT_OLEN]; in conn_update_label()
H A Dsadb.c7623 hlen = IPH_HDR_LENGTH(ipha) + opt_storage[IPOPT_OLEN];
/illumos-gate/usr/src/lib/libwrap/
H A Dfix_options.c30 #define IPOPT_OLEN 1 macro
100 optlen = cp[IPOPT_OLEN];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h58 #define ROUTE_SIZE (IPOPT_OLEN + IPOPT_OFFSET + \
/illumos-gate/usr/src/cmd/ipf/lib/
H A Daddipopt.c45 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4;
/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h117 #define IPOPT_OLEN 1 /* option length */ macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h159 #define IPOPT_OLEN 1 /* option length */ macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2173 #ifndef IPOPT_OLEN
2174 # define IPOPT_OLEN 1 macro