Searched refs:IPOPT_OLEN (Results 1 – 9 of 9) 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 …]
2393 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 …]
2768 opt_storage[IPOPT_OLEN], in conn_update_label()2797 optlen = opt_storage[IPOPT_OLEN]; in conn_update_label()
7342 hlen = IPH_HDR_LENGTH(ipha) + opt_storage[IPOPT_OLEN];
32 #define IPOPT_OLEN 1 macro102 optlen = cp[IPOPT_OLEN];
56 #define ROUTE_SIZE (IPOPT_OLEN + IPOPT_OFFSET + \
45 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4;
118 #define IPOPT_OLEN 1 /* option length */ macro
2173 #ifndef IPOPT_OLEN2174 # define IPOPT_OLEN 1 macro