Home
last modified time | relevance | path

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

/xnu-8796.141.3/tests/
H A Dipsec.m5 #import <netinet6/ipsec.h>
13 T_META_NAMESPACE("xnu.ipsec"),
141 T_QUIET; T_ASSERT_NOTNULL(ipsecIfName, "failed to get ipsec interface name");
146 T_QUIET; T_ASSERT_NOTNULL(delegateIPsecIfName, "failed to get delegate ipsec interface name");
496 T_QUIET; T_ASSERT_NOTNULL(ipsecIfName, "failed to get ipsec interface name");
514 T_QUIET; T_ASSERT_NOTNULL(interface, "ipsec interface creation failed");
517 T_FAIL("Failed to set MTU on ipsec interface");
523 T_FAIL("Failed to set address on ipsec interface");
528 T_QUIET; T_ASSERT_NOTNULL(ipsecIfName, "failed to get ipsec interface name");
542 T_FAIL("Failed to set delegate on ipsec interface");
[all …]
H A DMakefile948 EXCLUDED_SOURCES += ipsec.m
950 ipsec: OTHER_LDFLAGS += -framework Foundation -framework CoreFoundation -framework NetworkExtension target
951 ipsec: CODE_SIGN_ENTITLEMENTS = ipsec.entitlements target
/xnu-8796.141.3/bsd/netinet6/
H A Dnetinet6.modulemap28 module ipsec {
29 header "netinet6/ipsec.h"
H A DMakefile11 ah.h ipsec.h \
/xnu-8796.141.3/bsd/conf/
H A Dfiles200 bsd/net/if_ipsec.c optional ipsec
287 bsd/netinet6/ah_core.c optional ipsec
288 bsd/netinet6/ah_input.c optional ipsec
289 bsd/netinet6/ah_output.c optional ipsec
290 bsd/netinet6/esp_core.c optional ipsec ipsec_esp
291 bsd/netinet6/esp_input.c optional ipsec ipsec_esp
292 bsd/netinet6/esp_output.c optional ipsec ipsec_esp
293 bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp
294 bsd/netinet6/esp_chachapoly.c optional ipsec ipsec_esp
295 bsd/netinet6/ipsec.c optional ipsec
[all …]
H A DMakefile.template99 ipsec.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member
/xnu-8796.141.3/bsd/man/man4/
H A DMakefile26 ipsec.4 \
/xnu-8796.141.3/config/
H A DMASTER.arm40 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.bcm283740 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.BridgeOS36 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm6440 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.x86_6440 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.t8120.iPhoneOS43 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.MacOSX40 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.iPhoneOS43 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.t8110.iPhoneOS43 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER165 options IPSEC # IP security # <ipsec>
166 options IPSEC_ESP # IP security # <ipsec>
172 options CRYPTO # <ipsec,crypto>
/xnu-8796.141.3/bsd/netinet/
H A Din_proto.c357 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
/xnu-8796.141.3/bsd/net/
H A Dif_ipsec.c114 SYSCTL_NODE(_net, OID_AUTO, ipsec, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "IPsec");