Searched refs:IPOPT_SECURITY (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | optprint.c | 25 if ((io->on_value != IPOPT_SECURITY) || 32 if (io->on_value == IPOPT_SECURITY) 59 if ((io->on_value != IPOPT_SECURITY) || 64 IPOPT_SECURITY)
|
H A D | ionames.c | 22 { IPOPT_SECURITY,0x000100, 12, "sec" }, /* RFC1108 */ 23 { IPOPT_SECURITY,0x000100, 12, "sec-class" }, /* RFC1108 */
|
H A D | addipopt.c | 40 case IPOPT_SECURITY :
|
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/ |
H A D | ip_compat.h | 81 #ifndef IPOPT_SECURITY 82 # define IPOPT_SECURITY 130 macro
|
/netbsd-src/external/bsd/ipf/dist/ipsend/ |
H A D | ipsopt.c | 45 { IPOPT_SECURITY, 0x08, 11, "sec-level" }, 118 case IPOPT_SECURITY :
|
H A D | iptests.c | 540 s[IPOPT_OPTVAL] = IPOPT_SECURITY;
|
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/ |
H A D | ip.h | 109 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */ macro
|
/netbsd-src/sys/netinet/ |
H A D | ip.h | 177 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */ macro
|
H A D | ip_icmp.c | 894 opt == IPOPT_SECURITY) { in icmp_reflect()
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_compat.h | 873 #undef IPOPT_SECURITY 874 #define IPOPT_SECURITY 130 macro 1149 #ifndef IPOPT_SECURITY 1150 # define IPOPT_SECURITY 130 macro
|
H A D | fil.c | 231 { IPOPT_SECURITY, 0x000100 }, 1835 case IPOPT_SECURITY : in ipf_pr_ipv4hdr()
|
/netbsd-src/external/bsd/ipf/dist/iplang/ |
H A D | iplang_y.y | 573 { IL_IPO_SEC, IPOPT_SECURITY }, 574 { IL_IPO_SECCLASS, IPOPT_SECURITY },
|
/netbsd-src/sys/netipsec/ |
H A D | xform_ah.c | 349 case IPOPT_SECURITY: in ah_massage_headers()
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipf_y.y | 1579 | IPFY_IPOPT_SEC { $$ = getoptbyvalue(IPOPT_SECURITY); }
|