Home
last modified time | relevance | path

Searched refs:IPOPT_SECURITY (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/lib/
H A Doptprint.c25 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 Dionames.c22 { IPOPT_SECURITY,0x000100, 12, "sec" }, /* RFC1108 */
23 { IPOPT_SECURITY,0x000100, 12, "sec-class" }, /* RFC1108 */
H A Daddipopt.c40 case IPOPT_SECURITY :
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h81 #ifndef IPOPT_SECURITY
82 # define IPOPT_SECURITY 130 macro
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c45 { IPOPT_SECURITY, 0x08, 11, "sec-level" },
118 case IPOPT_SECURITY :
H A Diptests.c540 s[IPOPT_OPTVAL] = IPOPT_SECURITY;
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip.h109 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */ macro
/netbsd-src/sys/netinet/
H A Dip.h177 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */ macro
H A Dip_icmp.c894 opt == IPOPT_SECURITY) { in icmp_reflect()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h873 #undef IPOPT_SECURITY
874 #define IPOPT_SECURITY 130 macro
1149 #ifndef IPOPT_SECURITY
1150 # define IPOPT_SECURITY 130 macro
H A Dfil.c231 { IPOPT_SECURITY, 0x000100 },
1835 case IPOPT_SECURITY : in ipf_pr_ipv4hdr()
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y573 { IL_IPO_SEC, IPOPT_SECURITY },
574 { IL_IPO_SECCLASS, IPOPT_SECURITY },
/netbsd-src/sys/netipsec/
H A Dxform_ah.c349 case IPOPT_SECURITY: in ah_massage_headers()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y1579 | IPFY_IPOPT_SEC { $$ = getoptbyvalue(IPOPT_SECURITY); }