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

/freebsd-11-stable/contrib/ipfilter/lib/
H A Daddipopt.c46 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4;
51 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4;
/freebsd-11-stable/sys/netinet/
H A Dip_options.c130 if (cnt < IPOPT_OLEN + sizeof(*cp)) {
131 code = &cp[IPOPT_OLEN] - (u_char *)ip;
134 optlen = cp[IPOPT_OLEN];
135 if (optlen < IPOPT_OLEN + sizeof(*cp) || optlen > cnt) {
136 code = &cp[IPOPT_OLEN] - (u_char *)ip;
160 code = &cp[IPOPT_OLEN] - (u_char *)ip;
319 code = &cp[IPOPT_OLEN] - (u_char *)ip;
323 code = &cp[IPOPT_OLEN] - (u_char *)ip;
408 olen = option[IPOPT_OLEN];
575 KASSERT(cnt >= IPOPT_OLEN
[all...]
H A Dip.h164 #define IPOPT_OLEN 1 /* option length */ macro
H A Draw_ip.c540 if (cnt < IPOPT_OLEN + sizeof(u_char)) {
545 optlen = cp[IPOPT_OLEN];
546 if (optlen < IPOPT_OLEN + sizeof(u_char) ||
H A Dip_icmp.c870 if (cnt < IPOPT_OLEN + sizeof(*cp))
872 len = cp[IPOPT_OLEN];
873 if (len < IPOPT_OLEN + sizeof(*cp) ||
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dfix_options.c28 #define IPOPT_OLEN 1 macro
114 optlen = cp[IPOPT_OLEN];
/freebsd-11-stable/contrib/tcpdump/
H A Dip.h118 #define IPOPT_OLEN 1 /* option length */ macro
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c136 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4 * srr;
H A Diptests.c480 s[IPOPT_OLEN] = 4;
497 s[IPOPT_OLEN] = 0;
504 s[IPOPT_OLEN] = 0;
511 s[IPOPT_OLEN] = 0;
518 s[IPOPT_OLEN] = 0;
525 s[IPOPT_OLEN] = 0;
532 s[IPOPT_OLEN] = 0;
/freebsd-11-stable/sbin/ping/
H A Dping.c754 rspace[IPOPT_OLEN] = sizeof(rspace) - 1;
1293 j = cp[IPOPT_OLEN] - IPOPT_MINOFF + 1;
1316 j = cp[IPOPT_OLEN]; /* get length */
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h896 #ifndef IPOPT_OLEN
897 # define IPOPT_OLEN 1 macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2660 lsr[IPOPT_OLEN] = lsrp - lsr;
2661 if (lsr[IPOPT_OLEN] <= 7 || lsr[IPOPT_OLEN] > 40)
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c3008 if ((*(*cpp+IPOPT_OLEN) = lsrp - *cpp) <= 7) {
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c302 optlen = cp[IPOPT_OLEN];

Completed in 183 milliseconds