Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDip_options.c133 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 …]
HDip.h166 #define IPOPT_OLEN 1 /* option length */ macro
HDraw_ip.c588 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()
HDip_icmp.c912 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()
/freebsd-14-stable/sbin/ipf/libipf/
HDaddipopt.c42 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4; in addipopt()
47 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4; in addipopt()
/freebsd-14-stable/contrib/tcp_wrappers/
HDfix_options.c28 #define IPOPT_OLEN 1 macro
113 optlen = cp[IPOPT_OLEN]; in fix_options()
/freebsd-14-stable/contrib/tcpdump/
HDip.h117 #define IPOPT_OLEN 1 /* option length */ macro
/freebsd-14-stable/sbin/ipf/ipsend/
HDiptests.c475 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;
HDipsopt.c132 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4 * srr; in addipopt()
/freebsd-14-stable/sbin/ping/
HDping.c736 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()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/
HDcommands.c2651 lsr[IPOPT_OLEN] = lsrp - lsr; in sourceroute()
2652 if (lsr[IPOPT_OLEN] <= 7 || lsr[IPOPT_OLEN] > 40) in sourceroute()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h889 #ifndef IPOPT_OLEN
890 # define IPOPT_OLEN 1 macro
/freebsd-14-stable/contrib/telnet/telnet/
HDcommands.c3004 if ((*(*cpp+IPOPT_OLEN) = lsrp - *cpp) <= 7) { in sourceroute()
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw2.c320 optlen = cp[IPOPT_OLEN]; in ipopts_match()