Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcp_wrappers/
Dfix_options.c26 #ifndef IPOPT_OPTVAL
27 #define IPOPT_OPTVAL 0 macro
101 opt = cp[IPOPT_OPTVAL];
/freebsd-12-stable/sbin/ipf/ipsend/
Diptests.c468 s[IPOPT_OPTVAL] = IPOPT_NOP;
475 s[IPOPT_OPTVAL] = IPOPT_TS;
492 s[IPOPT_OPTVAL] = IPOPT_RR;
499 s[IPOPT_OPTVAL] = IPOPT_TS;
506 s[IPOPT_OPTVAL] = IPOPT_SECURITY;
513 s[IPOPT_OPTVAL] = IPOPT_LSRR;
520 s[IPOPT_OPTVAL] = IPOPT_SATID;
527 s[IPOPT_OPTVAL] = IPOPT_SSRR;
/freebsd-12-stable/contrib/tcpdump/
Dip.h117 #define IPOPT_OPTVAL 0 /* option ID */ macro
/freebsd-12-stable/sys/netinet/
Dip.h165 #define IPOPT_OPTVAL 0 /* option ID */ macro
Dip_options.c127 opt = cp[IPOPT_OPTVAL]; in ip_dooptions()
643 opt = cp[IPOPT_OPTVAL]; in ip_pcbopts()
732 opt = cp[IPOPT_OPTVAL]; in ip_checkrouteralert()
Dip_icmp.c878 opt = cp[IPOPT_OPTVAL]; in icmp_reflect()
Draw_ip.c554 opttype = cp[IPOPT_OPTVAL]; in rip_output()
/freebsd-12-stable/sbin/ping/
Dping.c747 rspace[IPOPT_OPTVAL] = IPOPT_RR; in main()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw2.c310 int opt = cp[IPOPT_OPTVAL]; in ipopts_match()