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

/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dipsopt.c41 { IPOPT_EOL, 0x01, 1, "eol" },
183 *op++ = ((len & 3) == 3) ? IPOPT_EOL : IPOPT_NOP;
187 if (lastop != IPOPT_EOL) {
189 *(op - 1) = IPOPT_EOL;
194 *op = IPOPT_EOL;
H A Dip.c177 if (*s == IPOPT_EOL) {
202 optcpy[i++] = IPOPT_EOL;
/freebsd-10.0-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h39 #ifndef IPOPT_EOL
40 # define IPOPT_EOL 0 macro
69 #ifndef IPOPT_EOL
70 # define IPOPT_EOL 0 macro
/freebsd-10.0-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h39 #ifndef IPOPT_EOL
40 # define IPOPT_EOL 0 macro
69 #ifndef IPOPT_EOL
70 # define IPOPT_EOL 0 macro
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dbuildopts.c47 *op++ = IPOPT_EOL;
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dfix_options.c109 if (opt == IPOPT_EOL)
/freebsd-10.0-release/contrib/tcpdump/
H A Dip.h100 #define IPOPT_EOL 0 /* end of option list */ macro
H A Dprint-ip.c47 { IPOPT_EOL, "EOL" },
108 if (tt == IPOPT_EOL)
251 option_code == IPOPT_EOL)
271 case IPOPT_EOL:
/freebsd-10.0-release/sys/netinet/
H A Dip.h141 #define IPOPT_EOL 0 /* end of option list */ macro
H A Dip_options.c120 if (opt == IPOPT_EOL)
543 if (opt == IPOPT_EOL)
567 *dp++ = IPOPT_EOL;
617 if (opt == IPOPT_EOL)
706 if (opt == IPOPT_EOL)
H A Dip_icmp.c829 if (opt == IPOPT_EOL)
856 IPOPT_EOL;
H A Digmp.c531 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1032 #ifndef IPOPT_EOL
1033 # define IPOPT_EOL 0 macro
1065 #ifndef IPOPT_EOL
1066 # define IPOPT_EOL 0 macro
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y1696 buf[sizeof(*ip) + canip->ah_optlen - 1] = IPOPT_EOL;
1697 } else if (canip->ah_lastopt != IPOPT_EOL) {
1702 *s = IPOPT_EOL;
1711 *s = IPOPT_EOL;
/freebsd-10.0-release/libexec/rlogind/
H A Drlogind.c260 if (c == IPOPT_EOL)
/freebsd-10.0-release/libexec/rshd/
H A Drshd.c245 if (c == IPOPT_EOL)
/freebsd-10.0-release/sys/netipsec/
H A Dxform_ah.c322 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP ||
334 case IPOPT_EOL:
/freebsd-10.0-release/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c133 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \
/freebsd-10.0-release/sbin/ping/
H A Dping.c665 rspace[sizeof(rspace) - 1] = IPOPT_EOL;
1188 case IPOPT_EOL:
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddaemon.c3783 case IPOPT_EOL:
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c272 if (opt == IPOPT_EOL)

Completed in 224 milliseconds