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()576 KASSERT(cnt >= IPOPT_OLEN + sizeof(*cp), in ip_optcopy()[all …]
163 #define IPOPT_OLEN 1 /* option length */ macro
586 if (cnt < IPOPT_OLEN + sizeof(u_char)) { in rip_send()591 optlen = cp[IPOPT_OLEN]; in rip_send()592 if (optlen < IPOPT_OLEN + sizeof(u_char) || in rip_send()
905 if (cnt < IPOPT_OLEN + sizeof(*cp)) in icmp_reflect()907 len = cp[IPOPT_OLEN]; in icmp_reflect()908 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()
471 s[IPOPT_OLEN] = 4;488 s[IPOPT_OLEN] = 0;495 s[IPOPT_OLEN] = 0;502 s[IPOPT_OLEN] = 0;509 s[IPOPT_OLEN] = 0;516 s[IPOPT_OLEN] = 0;523 s[IPOPT_OLEN] = 0;
128 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4 * srr; in addipopt()
117 #define IPOPT_OLEN 1 /* option length */ macro
724 rspace[IPOPT_OLEN] = sizeof(rspace) - 1; in ping()1341 j = cp[IPOPT_OLEN] - IPOPT_MINOFF + 1; in pr_pack()1364 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()
878 #ifndef IPOPT_OLEN879 # define IPOPT_OLEN 1 macro
3004 if ((*(*cpp+IPOPT_OLEN) = lsrp - *cpp) <= 7) { in sourceroute()
322 optlen = cp[IPOPT_OLEN]; in ipopts_match()