Home
last modified time | relevance | path

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

/freebsd-12.1/tools/regression/priv/
H A Dpriv_netinet_ipsec.c203 optname = IP_IPSEC_POLICY; in priv_netinet_ipsec_policy_bypass_af()
256 optname = IP_IPSEC_POLICY; in priv_netinet_ipsec_policy_entrust_af()
/freebsd-12.1/sbin/setkey/
H A Dtest-policy.c105 optname = IP_IPSEC_POLICY; in test()
/freebsd-12.1/lib/libipsec/
H A Dtest-policy.c166 optname = IP_IPSEC_POLICY;
/freebsd-12.1/sys/netinet/
H A Din.h432 #define IP_IPSEC_POLICY 21 /* int; set/get security policy */ macro
H A Dip_output.c1245 case IP_IPSEC_POLICY: in ip_ctloutput()
1410 case IP_IPSEC_POLICY: in ip_ctloutput()
/freebsd-12.1/sys/netipsec/
H A Dipsec_pcb.c464 if (sopt->sopt_name != IP_IPSEC_POLICY) in ipsec4_pcbctl()
/freebsd-12.1/usr.sbin/rrenumd/
H A Drrenumd.c391 if (setsockopt(s4, IPPROTO_IP, IP_IPSEC_POLICY, in sock4_open()
/freebsd-12.1/sbin/ping/
H A Dping.c672 if (setsockopt(srecv, IPPROTO_IP, IP_IPSEC_POLICY, in main()
683 if (setsockopt(ssend, IPPROTO_IP, IP_IPSEC_POLICY, in main()
/freebsd-12.1/contrib/netcat/
H A Dnetcat.c1368 e = setsockopt(s, IPPROTO_IP, IP_IPSEC_POLICY, raw, in add_ipsec_policy()
/freebsd-12.1/contrib/traceroute/
H A Dtraceroute.c1361 (void)setsockopt(so, IPPROTO_IP, IP_IPSEC_POLICY,
/freebsd-12.1/contrib/telnet/telnet/
H A Dcommands.c2132 optname = res->ai_family == AF_INET ? IP_IPSEC_POLICY : IPV6_IPSEC_POLICY; in setpolicy()
/freebsd-12.1/usr.sbin/inetd/
H A Dinetd.c1392 opt = IP_IPSEC_POLICY; in ipsecsetup()