Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_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()
576 KASSERT(cnt >= IPOPT_OLEN + sizeof(*cp), in ip_optcopy()
[all …]
H A Dip.h163 #define IPOPT_OLEN 1 /* option length */ macro
H A Draw_ip.c586 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()
H A Dip_icmp.c905 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()
/freebsd/sbin/ipf/libipf/
H A Daddipopt.c42 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4; in addipopt()
47 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4; in addipopt()
/freebsd/contrib/tcp_wrappers/
H A Dfix_options.c28 #define IPOPT_OLEN 1 macro
113 optlen = cp[IPOPT_OLEN]; in fix_options()
/freebsd/sbin/ipf/ipsend/
H A Diptests.c471 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;
H A Dipsopt.c128 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4 * srr; in addipopt()
/freebsd/contrib/tcpdump/
H A Dip.h117 #define IPOPT_OLEN 1 /* option length */ macro
/freebsd/sbin/ping/
H A Dping.c724 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()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2651 lsr[IPOPT_OLEN] = lsrp - lsr; in sourceroute()
2652 if (lsr[IPOPT_OLEN] <= 7 || lsr[IPOPT_OLEN] > 40) in sourceroute()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h878 #ifndef IPOPT_OLEN
879 # define IPOPT_OLEN 1 macro
/freebsd/contrib/telnet/telnet/
H A Dcommands.c3004 if ((*(*cpp+IPOPT_OLEN) = lsrp - *cpp) <= 7) { in sourceroute()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c322 optlen = cp[IPOPT_OLEN]; in ipopts_match()