Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_options.c132 if (opt == IPOPT_NOP) in ip_dooptions()
457 opts->ip_srcrt.nop = IPOPT_NOP; in ip_srcroute()
569 if (opt == IPOPT_NOP) { in ip_optcopy()
571 *dp++ = IPOPT_NOP; in ip_optcopy()
643 if (opt == IPOPT_NOP) in ip_pcbopts()
731 if (opt == IPOPT_NOP) in ip_checkrouteralert()
H A Dip.h150 #define IPOPT_NOP 1 /* no operation */ macro
H A Dip_icmp.c891 if (opt == IPOPT_NOP) in icmp_reflect()
H A Draw_ip.c576 if (opttype == IPOPT_NOP) { in rip_output()
/f-stack/tools/compat/include/netinet/
H A Dip.h150 #define IPOPT_NOP 1 /* no operation */ macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h826 #ifndef IPOPT_NOP
827 # define IPOPT_NOP 1 macro
859 #ifndef IPOPT_NOP
860 # define IPOPT_NOP 1 macro
H A Dfil.c196 { IPOPT_NOP, 0x000001 },
1817 else if (opt == IPOPT_NOP)
/f-stack/freebsd/netipsec/
H A Dxform_ah.c303 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP || in ah_massage_headers()
319 case IPOPT_NOP: in ah_massage_headers()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c317 if (opt == IPOPT_NOP) in ipopts_match()