Home
last modified time | relevance | path

Searched refs:IPOPT_EOL (Results 1 – 18 of 18) sorted by relevance

/freebsd/sbin/ipf/ipsend/
H A Dipsopt.c30 { IPOPT_EOL, 0x01, 1, "eol" },
170 *op++ = ((len & 3) == 3) ? IPOPT_EOL : IPOPT_NOP;
174 if (lastop != IPOPT_EOL) {
176 *(op - 1) = IPOPT_EOL;
181 *op = IPOPT_EOL;
H A Dip.c161 if (*s == IPOPT_EOL) { in send_ip()
186 optcpy[i++] = IPOPT_EOL; in send_ip()
/freebsd/contrib/tcpdump/
H A Dprint-ip.c37 { IPOPT_EOL, "EOL" },
106 if (tt == IPOPT_EOL) in ip_finddst()
247 option_code == IPOPT_EOL) in ip_optprint()
266 case IPOPT_EOL: in ip_optprint()
H A Dip.h102 #define IPOPT_EOL 0 /* end of option list */ macro
/freebsd/sys/netinet/
H A Dip_options.c128 if (opt == IPOPT_EOL) in ip_dooptions()
567 if (opt == IPOPT_EOL) in ip_optcopy()
591 *dp++ = IPOPT_EOL; in ip_optcopy()
641 if (opt == IPOPT_EOL) in ip_pcbopts()
729 if (opt == IPOPT_EOL) in ip_checkrouteralert()
H A Dip.h146 #define IPOPT_EOL 0 /* end of option list */ macro
H A Dip_icmp.c904 if (opt == IPOPT_EOL) in icmp_reflect()
931 IPOPT_EOL; in icmp_reflect()
H A Draw_ip.c563 if (opttype == IPOPT_EOL) in rip_send()
H A Digmp.c599 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()
/freebsd/sbin/ipf/libipf/
H A Dbuildopts.c45 *op++ = IPOPT_EOL; in buildopts()
/freebsd/contrib/tcp_wrappers/
H A Dfix_options.c108 if (opt == IPOPT_EOL) in fix_options()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h803 #ifndef IPOPT_EOL
804 # define IPOPT_EOL 0 macro
836 #ifndef IPOPT_EOL
837 # define IPOPT_EOL 0 macro
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y1600 buf[sizeof(*ip) + canip->ah_optlen - 1] = IPOPT_EOL; in end_ipopt()
1601 } else if (canip->ah_lastopt != IPOPT_EOL) { in end_ipopt()
1606 *s = IPOPT_EOL; in end_ipopt()
1615 *s = IPOPT_EOL; in end_ipopt()
/freebsd/sys/netipsec/
H A Dxform_ah.c306 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP || in ah_massage_headers()
318 case IPOPT_EOL: in ah_massage_headers()
/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c131 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \ in test_ip_options()
/freebsd/sbin/ping/
H A Dping.c726 rspace[sizeof(rspace) - 1] = IPOPT_EOL; in ping()
1334 case IPOPT_EOL: in pr_pack()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c315 if (opt == IPOPT_EOL) in ipopts_match()
/freebsd/contrib/sendmail/src/
H A Ddaemon.c3994 case IPOPT_EOL: