Searched refs:IPOPT_EOL (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c35 { IPOPT_EOL, 0x01, 1, "eol" },
177 *op++ = ((len & 3) == 3) ? IPOPT_EOL : IPOPT_NOP;
181 if (lastop != IPOPT_EOL) {
183 *(op - 1) = IPOPT_EOL;
188 *op = IPOPT_EOL;
H A Dip.c172 if (*s == IPOPT_EOL) {
197 optcpy[i++] = IPOPT_EOL;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dbuildopts.c47 *op++ = IPOPT_EOL;
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dfix_options.c109 if (opt == IPOPT_EOL)
/freebsd-11-stable/contrib/tcpdump/
H A Dip.h102 #define IPOPT_EOL 0 /* end of option list */ macro
H A Dprint-ip.c42 { IPOPT_EOL, "EOL" },
111 if (tt == IPOPT_EOL)
264 option_code == IPOPT_EOL)
284 case IPOPT_EOL:
/freebsd-11-stable/sys/netinet/
H A Dip.h147 #define IPOPT_EOL 0 /* end of option list */ macro
H A Dip_options.c125 if (opt == IPOPT_EOL)
566 if (opt == IPOPT_EOL)
590 *dp++ = IPOPT_EOL;
640 if (opt == IPOPT_EOL)
729 if (opt == IPOPT_EOL)
H A Dip_icmp.c865 if (opt == IPOPT_EOL)
892 IPOPT_EOL;
H A Draw_ip.c534 if (opttype == IPOPT_EOL)
H A Digmp.c538 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h818 #ifndef IPOPT_EOL
819 # define IPOPT_EOL 0 macro
851 #ifndef IPOPT_EOL
852 # define IPOPT_EOL 0 macro
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c265 if (c == IPOPT_EOL)
/freebsd-11-stable/libexec/rshd/
H A Drshd.c245 if (c == IPOPT_EOL)
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y1657 buf[sizeof(*ip) + canip->ah_optlen - 1] = IPOPT_EOL;
1658 } else if (canip->ah_lastopt != IPOPT_EOL) {
1663 *s = IPOPT_EOL;
1672 *s = IPOPT_EOL;
/freebsd-11-stable/sys/netipsec/
H A Dxform_ah.c322 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP ||
334 case IPOPT_EOL:
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c133 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \
/freebsd-11-stable/sbin/ping/
H A Dping.c756 rspace[sizeof(rspace) - 1] = IPOPT_EOL;
1286 case IPOPT_EOL:
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c297 if (opt == IPOPT_EOL)
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c3910 case IPOPT_EOL:

Completed in 405 milliseconds