Home
last modified time | relevance | path

Searched refs:IP_IPSEC_POLICY (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din.h415 #define IP_IPSEC_POLICY 21 /* int; set/get security policy */ macro
/f-stack/freebsd/netinet/
H A Din.h432 #define IP_IPSEC_POLICY 21 /* int; set/get security policy */ macro
H A Dip_output.c1400 case IP_IPSEC_POLICY: in ip_ctloutput()
1573 case IP_IPSEC_POLICY: in ip_ctloutput()
/f-stack/freebsd/netipsec/
H A Dipsec_pcb.c464 if (sopt->sopt_name != IP_IPSEC_POLICY) in ipsec4_pcbctl()