Home
last modified time | relevance | path

Searched refs:ipsec (Results 1 – 17 of 17) sorted by relevance

/xnu-12377.61.12/tests/
H A Dipsec.m5 #import <netinet6/ipsec.h>
16 T_META_NAMESPACE("xnu.ipsec"),
144 T_QUIET; T_ASSERT_NOTNULL(ipsecIfName, "failed to get ipsec interface name");
149 T_QUIET; T_ASSERT_NOTNULL(delegateIPsecIfName, "failed to get delegate ipsec interface name");
505 T_QUIET; T_ASSERT_NOTNULL(ipsecIfName, "failed to get ipsec interface name");
523 T_QUIET; T_ASSERT_NOTNULL(interface, "ipsec interface creation failed");
526 T_FAIL("Failed to set MTU on ipsec interface");
532 T_FAIL("Failed to set address on ipsec interface");
537 T_QUIET; T_ASSERT_NOTNULL(ipsecIfName, "failed to get ipsec interface name");
551 T_FAIL("Failed to set delegate on ipsec interface");
[all …]
H A DMakefile1768 EXCLUDED_SOURCES += ipsec.m
1770 ipsec: OTHER_LDFLAGS += -framework Foundation -framework CoreFoundation -framework NetworkExtension target
1771 ipsec: CODE_SIGN_ENTITLEMENTS = ipsec.entitlements target
/xnu-12377.61.12/bsd/netinet6/
H A Dnetinet6.modulemap28 module ipsec {
29 header "netinet6/ipsec.h"
H A DMakefile11 ah.h ipsec.h \
/xnu-12377.61.12/bsd/conf/
H A Dfiles207 bsd/net/if_ipsec.c optional ipsec bound-checks
306 bsd/netinet6/ah_core.c optional ipsec bound-checks
307 bsd/netinet6/ah_input.c optional ipsec bound-checks
308 bsd/netinet6/ah_output.c optional ipsec bound-checks
309 bsd/netinet6/esp_core.c optional ipsec ipsec_esp bound-checks
310 bsd/netinet6/esp_input.c optional ipsec ipsec_esp bound-checks
311 bsd/netinet6/esp_output.c optional ipsec ipsec_esp bound-checks
312 bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp bound-checks
313 bsd/netinet6/esp_chachapoly.c optional ipsec ipsec_esp bound-checks
314 bsd/netinet6/ipsec.c optional ipsec bound-checks
[all …]
H A DMakefile.template117 ipsec.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member
/xnu-12377.61.12/bsd/man/man4/
H A DMakefile26 ipsec.4 \
/xnu-12377.61.12/config/
H A DMASTER.arm39 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.BridgeOS35 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm6439 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.x86_6440 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.WatchOS40 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.MacOSX45 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.iPhoneOS43 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER164 options IPSEC # IP security # <ipsec>
165 options IPSEC_ESP # IP security # <ipsec>
171 options CRYPTO # <ipsec,crypto>
/xnu-12377.61.12/bsd/netinet/
H A Din_proto.c340 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
/xnu-12377.61.12/bsd/net/
H A Dif_ipsec.c114 SYSCTL_NODE(_net, OID_AUTO, ipsec, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "IPsec");