Home
last modified time | relevance | path

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

/NextBSD/contrib/tcp_wrappers/
HDfix_options.c26 #ifndef IPOPT_OPTVAL
27 #define IPOPT_OPTVAL 0 macro
101 opt = cp[IPOPT_OPTVAL];
/NextBSD/contrib/ipfilter/ipsend/
HDiptests.c499 s[IPOPT_OPTVAL] = IPOPT_NOP;
506 s[IPOPT_OPTVAL] = IPOPT_TS;
523 s[IPOPT_OPTVAL] = IPOPT_RR;
530 s[IPOPT_OPTVAL] = IPOPT_TS;
537 s[IPOPT_OPTVAL] = IPOPT_SECURITY;
544 s[IPOPT_OPTVAL] = IPOPT_LSRR;
551 s[IPOPT_OPTVAL] = IPOPT_SATID;
558 s[IPOPT_OPTVAL] = IPOPT_SSRR;
/NextBSD/contrib/tcpdump/
HDip.h119 #define IPOPT_OPTVAL 0 /* option ID */ macro
/NextBSD/sys/netinet/
HDip.h158 #define IPOPT_OPTVAL 0 /* option ID */ macro
HDip_options.c124 opt = cp[IPOPT_OPTVAL]; in ip_dooptions()
636 opt = cp[IPOPT_OPTVAL]; in ip_pcbopts()
725 opt = cp[IPOPT_OPTVAL]; in ip_checkrouteralert()
HDip_icmp.c788 opt = cp[IPOPT_OPTVAL]; in icmp_reflect()
/NextBSD/sbin/ping/
HDping.c752 rspace[IPOPT_OPTVAL] = IPOPT_RR; in main()
/NextBSD/sys/netpfil/ipfw/
HDip_fw2.c292 int opt = cp[IPOPT_OPTVAL]; in ipopts_match()