Searched refs:IPOPT_OLEN (Results 1 – 10 of 10) sorted by relevance
99 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 …]
2396 len = cur[IPOPT_OLEN]; in ipoptp_next()2520 buf[IPOPT_OLEN] = optlen; in ip_opt_get_user()5628 if (totallen <= IPOPT_OLEN) in ip_find_hdr_v4()5630 optlen = opt[IPOPT_OLEN]; in ip_find_hdr_v4()5822 opt[IP_ADDR_LEN+1] = opt[IPOPT_OLEN] - IP_ADDR_LEN; in ip_massage_options()9342 opt[IPOPT_OLEN] = (uint8_t)off; in ip_input_local_options()9498 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()9558 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()9569 code = (char *)&opt[IPOPT_OLEN] - (char *)ipha; in ip_input_options()12044 opt[IPOPT_OLEN] = (uint8_t)off; in ip_output_local_options()[all …]
2827 opt_storage[IPOPT_OLEN], in conn_update_label()2856 optlen = opt_storage[IPOPT_OLEN]; in conn_update_label()
7623 hlen = IPH_HDR_LENGTH(ipha) + opt_storage[IPOPT_OLEN];
30 #define IPOPT_OLEN 1 macro100 optlen = cp[IPOPT_OLEN];
45 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4;
117 #define IPOPT_OLEN 1 /* option length */ macro
61 #define ROUTE_SIZE (IPOPT_OLEN + IPOPT_OFFSET + \
159 #define IPOPT_OLEN 1 /* option length */ macro
2175 #ifndef IPOPT_OLEN2176 # define IPOPT_OLEN 1 macro