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

/freebsd-9.3-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.c179 if (*s == IPOPT_EOL) {
204 optcpy[i++] = IPOPT_EOL;
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ipfilter/lib/
H A Dbuildopts.c41 *op++ = IPOPT_EOL;
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dfix_options.c109 if (opt == IPOPT_EOL)
/freebsd-9.3-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-9.3-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)
549 if (opt == IPOPT_EOL)
573 *dp++ = IPOPT_EOL;
623 if (opt == IPOPT_EOL)
712 if (opt == IPOPT_EOL)
H A Dip_icmp.c830 if (opt == IPOPT_EOL)
857 IPOPT_EOL;
H A Digmp.c531 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y1700 buf[sizeof(*ip) + canip->ah_optlen - 1] = IPOPT_EOL;
1701 } else if (canip->ah_lastopt != IPOPT_EOL) {
1706 *s = IPOPT_EOL;
1715 *s = IPOPT_EOL;
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c260 if (c == IPOPT_EOL)
/freebsd-9.3-release/libexec/rshd/
H A Drshd.c245 if (c == IPOPT_EOL)
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ah.c330 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP ||
342 case IPOPT_EOL:
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h164 # undef IPOPT_EOL macro
2155 #ifndef IPOPT_EOL
2156 # define IPOPT_EOL 0 macro
2188 #ifndef IPOPT_EOL
2189 # define IPOPT_EOL 0 macro
/freebsd-9.3-release/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c133 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \
/freebsd-9.3-release/sbin/ping/
H A Dping.c664 rspace[sizeof(rspace) - 1] = IPOPT_EOL;
1187 case IPOPT_EOL:
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c3783 case IPOPT_EOL:
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c272 if (opt == IPOPT_EOL)

Completed in 292 milliseconds