Searched refs:IPOPT_OLEN (Results 1 – 14 of 14) sorted by relevance
133 if (cnt < IPOPT_OLEN + sizeof(*cp)) { in ip_dooptions()134 code = &cp[IPOPT_OLEN] - (u_char *)ip; in ip_dooptions()137 optlen = cp[IPOPT_OLEN]; in ip_dooptions()138 if (optlen < IPOPT_OLEN + sizeof(*cp) || optlen > cnt) { in ip_dooptions()139 code = &cp[IPOPT_OLEN] - (u_char *)ip; in ip_dooptions()162 code = &cp[IPOPT_OLEN] - (u_char *)ip; in ip_dooptions()320 code = &cp[IPOPT_OLEN] - (u_char *)ip; in ip_dooptions()324 code = &cp[IPOPT_OLEN] - (u_char *)ip; in ip_dooptions()407 olen = option[IPOPT_OLEN]; in save_rte()574 KASSERT(cnt >= IPOPT_OLEN + sizeof(*cp), in ip_optcopy()[all …]
166 #define IPOPT_OLEN 1 /* option length */ macro
588 if (cnt < IPOPT_OLEN + sizeof(u_char)) { in rip_send()593 optlen = cp[IPOPT_OLEN]; in rip_send()594 if (optlen < IPOPT_OLEN + sizeof(u_char) || in rip_send()
912 if (cnt < IPOPT_OLEN + sizeof(*cp)) in icmp_reflect()914 len = cp[IPOPT_OLEN]; in icmp_reflect()915 if (len < IPOPT_OLEN + sizeof(*cp) || in icmp_reflect()
42 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4; in addipopt()47 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4; in addipopt()
28 #define IPOPT_OLEN 1 macro113 optlen = cp[IPOPT_OLEN]; in fix_options()
117 #define IPOPT_OLEN 1 /* option length */ macro
475 s[IPOPT_OLEN] = 4;492 s[IPOPT_OLEN] = 0;499 s[IPOPT_OLEN] = 0;506 s[IPOPT_OLEN] = 0;513 s[IPOPT_OLEN] = 0;520 s[IPOPT_OLEN] = 0;527 s[IPOPT_OLEN] = 0;
132 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4 * srr; in addipopt()
736 rspace[IPOPT_OLEN] = sizeof(rspace) - 1; in ping()1353 j = cp[IPOPT_OLEN] - IPOPT_MINOFF + 1; in pr_pack()1376 j = cp[IPOPT_OLEN]; /* get length */ in pr_pack()
2651 lsr[IPOPT_OLEN] = lsrp - lsr; in sourceroute()2652 if (lsr[IPOPT_OLEN] <= 7 || lsr[IPOPT_OLEN] > 40) in sourceroute()
889 #ifndef IPOPT_OLEN890 # define IPOPT_OLEN 1 macro
3004 if ((*(*cpp+IPOPT_OLEN) = lsrp - *cpp) <= 7) { in sourceroute()
320 optlen = cp[IPOPT_OLEN]; in ipopts_match()