Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ipfilter/ipsend/
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;
Dip.c179 if (*s == IPOPT_EOL) {
204 optcpy[i++] = IPOPT_EOL;
/freebsd-9-stable/contrib/ipfilter/ipsd/Celler/
Dip_compat.h39 #ifndef IPOPT_EOL
40 # define IPOPT_EOL 0 macro
69 #ifndef IPOPT_EOL
70 # define IPOPT_EOL 0 macro
/freebsd-9-stable/contrib/ipfilter/ipsend/.OLD/
Dip_compat.h39 #ifndef IPOPT_EOL
40 # define IPOPT_EOL 0 macro
69 #ifndef IPOPT_EOL
70 # define IPOPT_EOL 0 macro
/freebsd-9-stable/sys/netinet/
Dip_options.c120 if (opt == IPOPT_EOL) in ip_dooptions()
549 if (opt == IPOPT_EOL) in ip_optcopy()
573 *dp++ = IPOPT_EOL; in ip_optcopy()
623 if (opt == IPOPT_EOL) in ip_pcbopts()
712 if (opt == IPOPT_EOL) in ip_checkrouteralert()
Dip.h141 #define IPOPT_EOL 0 /* end of option list */ macro
Dip_icmp.c830 if (opt == IPOPT_EOL) in icmp_reflect()
857 IPOPT_EOL; in icmp_reflect()
Digmp.c531 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()
/freebsd-9-stable/contrib/tcpdump/
Dprint-ip.c47 { IPOPT_EOL, "EOL" },
108 if (tt == IPOPT_EOL) in ip_finddst()
251 option_code == IPOPT_EOL) in ip_optprint()
271 case IPOPT_EOL: in ip_optprint()
Dip.h100 #define IPOPT_EOL 0 /* end of option list */ macro
/freebsd-9-stable/contrib/ipfilter/lib/
Dbuildopts.c41 *op++ = IPOPT_EOL;
/freebsd-9-stable/contrib/tcp_wrappers/
Dfix_options.c109 if (opt == IPOPT_EOL)
/freebsd-9-stable/contrib/ipfilter/iplang/
Diplang_y.y1700 buf[sizeof(*ip) + canip->ah_optlen - 1] = IPOPT_EOL; in end_ipopt()
1701 } else if (canip->ah_lastopt != IPOPT_EOL) { in end_ipopt()
1706 *s = IPOPT_EOL; in end_ipopt()
1715 *s = IPOPT_EOL; in end_ipopt()
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h164 # undef IPOPT_EOL
2155 #ifndef IPOPT_EOL
2156 # define IPOPT_EOL 0 macro
2188 #ifndef IPOPT_EOL
2189 # define IPOPT_EOL 0 macro
/freebsd-9-stable/sys/netipsec/
Dxform_ah.c330 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP || in ah_massage_headers()
342 case IPOPT_EOL: in ah_massage_headers()
/freebsd-9-stable/libexec/rlogind/
Drlogind.c260 if (c == IPOPT_EOL) in doit()
/freebsd-9-stable/libexec/rshd/
Drshd.c245 if (c == IPOPT_EOL) in doit()
/freebsd-9-stable/sbin/ping/
Dping.c664 rspace[sizeof(rspace) - 1] = IPOPT_EOL; in main()
1187 case IPOPT_EOL: in pr_pack()
/freebsd-9-stable/tools/regression/netinet/ipsockopt/
Dipsockopt.c133 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \ in test_ip_options()
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw2.c274 if (opt == IPOPT_EOL) in ipopts_match()
/freebsd-9-stable/contrib/sendmail/src/
Ddaemon.c3785 case IPOPT_EOL: