Home
last modified time | relevance | path

Searched refs:IPSEC_POLICY_IPSEC (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/usr.sbin/rrenumd/
H A Drrenumd.c79 #ifdef IPSEC_POLICY_IPSEC
107 #ifdef IPSEC_POLICY_IPSEC
129 #ifdef IPSEC_POLICY_IPSEC in show_usage()
266 #ifdef IPSEC_POLICY_IPSEC in sock6_open()
274 #ifndef IPSEC_POLICY_IPSEC in sock6_open()
316 #ifdef IPSEC_POLICY_IPSEC in sock6_open()
353 #ifdef IPSEC_POLICY_IPSEC in sock4_open()
380 #ifdef IPSEC_POLICY_IPSEC in sock4_open()
533 #ifdef IPSEC_POLICY_IPSEC in main()
543 #ifdef IPSEC_POLICY_IPSEC in main()
[all …]
/freebsd-14.2/sbin/ping/
H A Dmain.h36 #if defined(INET) && defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
43 #if defined(INET6) && defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
45 #elif defined(INET6) && defined(IPSEC) && !defined(IPSEC_POLICY_IPSEC)
H A Dmain.c276 #if defined(IPSEC) && !defined(IPSEC_POLICY_IPSEC) in usage()
284 #if defined(IPSEC) && !defined(IPSEC_POLICY_IPSEC) in usage()
292 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in usage()
H A Dping.c143 #ifdef IPSEC_POLICY_IPSEC
222 #ifdef IPSEC_POLICY_IPSEC in ping()
239 #ifdef IPSEC_POLICY_IPSEC in ping()
436 #ifdef IPSEC_POLICY_IPSEC in ping()
661 #ifdef IPSEC_POLICY_IPSEC in ping()
H A Dping6.c179 #ifdef IPSEC_POLICY_IPSEC
275 #ifdef IPSEC_POLICY_IPSEC
305 #ifdef IPSEC_POLICY_IPSEC in ping6()
590 #ifdef IPSEC_POLICY_IPSEC in ping6()
819 #ifdef IPSEC_POLICY_IPSEC in ping6()
2676 #ifdef IPSEC_POLICY_IPSEC
/freebsd-14.2/contrib/telnet/telnet/
H A Dmain.c58 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
96 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in usage()
148 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in main()
329 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in main()
H A Dexterns.h72 #if defined(IPSEC_POLICY_IPSEC)
H A Dcommands.c2115 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
2435 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in tn()
/freebsd-14.2/lib/libipsec/
H A Dipsec_dump_policy.c105 case IPSEC_POLICY_IPSEC: in ipsec_dump_policy()
126 if (xpl->sadb_x_policy_type != IPSEC_POLICY_IPSEC) { in ipsec_dump_policy()
H A Dpolicy_parse.y263 if (p_type == IPSEC_POLICY_IPSEC) { in rule_check()
/freebsd-14.2/usr.sbin/traceroute6/
H A Dtraceroute6.c301 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
373 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in main()
743 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in main()
799 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in main()
1095 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
/freebsd-14.2/sys/netipsec/
H A Dipsec.h174 #define IPSEC_POLICY_IPSEC 2 /* do IPsec */ macro
H A Dipsec.c435 case IPSEC_POLICY_IPSEC: in ipsec_checkpolicy()
1041 IPSEC_ASSERT(sp->policy == IPSEC_POLICY_IPSEC, in ipsec_in_reject()
1105 IPSEC_ASSERT(sp->policy == IPSEC_POLICY_IPSEC, in ipsec_hdrsiz_internal()
H A Dkey_debug.c536 if (xpl->sadb_x_policy_type == IPSEC_POLICY_IPSEC) { in kdebug_sadb_x_policy()
617 case IPSEC_POLICY_IPSEC: in kdebug_secpolicy_policy()
H A Dipsec_pcb.c294 case IPSEC_POLICY_IPSEC: in ipsec_set_pcbpolicy()
H A Dkey.c1546 case IPSEC_POLICY_IPSEC: in key_msg2sp()
1852 if (sp->policy == IPSEC_POLICY_IPSEC) { in key_sp2msg()
2035 xpl0->sadb_x_policy_type != IPSEC_POLICY_IPSEC) { in key_spdadd()
2041 if (xpl0->sadb_x_policy_type == IPSEC_POLICY_IPSEC && in key_spdadd()
2263 xpl0->sadb_x_policy_type != IPSEC_POLICY_IPSEC) { in key_spddelete()
2485 IPSEC_ASSERT(sp->policy == IPSEC_POLICY_IPSEC, in key_spdacquire()
2757 if (sp->policy != IPSEC_POLICY_IPSEC) in key_getspreqmsglen()
/freebsd-14.2/contrib/traceroute/
H A Dtraceroute.c849 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in main()
1059 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) in main()
1375 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
/freebsd-14.2/sys/net/
H A Dif_ipsec.c865 sp[i]->policy = IPSEC_POLICY_IPSEC; in ipsec_newpolicies()
/freebsd-14.2/usr.sbin/inetd/
H A Dinetd.c150 #ifndef IPSEC_POLICY_IPSEC /* no ipsec support on old ipsec */