Home
last modified time | relevance | path

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

/titanic_44/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()
104 tt1 = (struct cipso_tag_type_1 *)&cop[IPOPT_OLEN + 5]; in tsol2cipso_tt1()
112 return (cop[IPOPT_OLEN]); in tsol2cipso_tt1()
167 if (totallen <= IPOPT_OLEN) in tsol_get_option_v4()
169 optlen = opt[IPOPT_OLEN]; in tsol_get_option_v4()
476 opt_storage[IPOPT_OLEN] = 0; in tsol_compute_label_v4()
[all …]
H A Dip.c2393 len = cur[IPOPT_OLEN]; in ipoptp_next()
2516 buf[IPOPT_OLEN] = optlen; in ip_opt_get_user()
5584 if (totallen <= IPOPT_OLEN) in ip_find_hdr_v4()
5586 optlen = opt[IPOPT_OLEN]; in ip_find_hdr_v4()
5776 opt[IP_ADDR_LEN+1] = opt[IPOPT_OLEN] - IP_ADDR_LEN; in ip_massage_options()
9286 opt[IPOPT_OLEN] = (uint8_t)off; in ip_input_local_options()
9441 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()
9501 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()
9512 code = (char *)&opt[IPOPT_OLEN] - (char *)ipha; in ip_input_options()
11980 opt[IPOPT_OLEN] = (uint8_t)off; in ip_output_local_options()
[all …]
H A Dconn_opt.c2768 opt_storage[IPOPT_OLEN], in conn_update_label()
2797 optlen = opt_storage[IPOPT_OLEN]; in conn_update_label()
H A Dsadb.c7342 hlen = IPH_HDR_LENGTH(ipha) + opt_storage[IPOPT_OLEN];
/titanic_44/usr/src/lib/libwrap/
H A Dfix_options.c32 #define IPOPT_OLEN 1 macro
102 optlen = cp[IPOPT_OLEN];
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h56 #define ROUTE_SIZE (IPOPT_OLEN + IPOPT_OFFSET + \
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Daddipopt.c45 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4;
/titanic_44/usr/src/uts/common/netinet/
H A Dip.h118 #define IPOPT_OLEN 1 /* option length */ macro
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2173 #ifndef IPOPT_OLEN
2174 # define IPOPT_OLEN 1 macro