Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_options.c130 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.h149 #define IPOPT_EOL 0 /* end of option list */ macro
H A Dip_icmp.c889 if (opt == IPOPT_EOL) in icmp_reflect()
916 IPOPT_EOL; in icmp_reflect()
H A Draw_ip.c574 if (opttype == IPOPT_EOL) in rip_output()
H A Digmp.c603 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()
/f-stack/tools/compat/include/netinet/
H A Dip.h149 #define IPOPT_EOL 0 /* end of option list */ macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h823 #ifndef IPOPT_EOL
824 # define IPOPT_EOL 0 macro
856 #ifndef IPOPT_EOL
857 # define IPOPT_EOL 0 macro
/f-stack/freebsd/netipsec/
H A Dxform_ah.c303 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP || in ah_massage_headers()
315 case IPOPT_EOL: in ah_massage_headers()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c315 if (opt == IPOPT_EOL) in ipopts_match()