Searched refs:ipsec (Results 1 – 17 of 17) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | ipsec.m | 5 #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 D | Makefile | 1348 EXCLUDED_SOURCES += ipsec.m 1350 ipsec: OTHER_LDFLAGS += -framework Foundation -framework CoreFoundation -framework NetworkExtension target 1351 ipsec: CODE_SIGN_ENTITLEMENTS = ipsec.entitlements target
|
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | netinet6.modulemap | 28 module ipsec { 29 header "netinet6/ipsec.h"
|
| H A D | Makefile | 11 ah.h ipsec.h \
|
| /xnu-11417.121.6/bsd/conf/ |
| H A D | files | 208 bsd/net/if_ipsec.c optional ipsec bound-checks 301 bsd/netinet6/ah_core.c optional ipsec bound-checks 302 bsd/netinet6/ah_input.c optional ipsec bound-checks 303 bsd/netinet6/ah_output.c optional ipsec bound-checks 304 bsd/netinet6/esp_core.c optional ipsec ipsec_esp bound-checks 305 bsd/netinet6/esp_input.c optional ipsec ipsec_esp bound-checks 306 bsd/netinet6/esp_output.c optional ipsec ipsec_esp bound-checks 307 bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp bound-checks 308 bsd/netinet6/esp_chachapoly.c optional ipsec ipsec_esp bound-checks 309 bsd/netinet6/ipsec.c optional ipsec bound-checks [all …]
|
| H A D | Makefile.template | 117 ipsec.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member
|
| /xnu-11417.121.6/bsd/man/man4/ |
| H A D | Makefile | 26 ipsec.4 \
|
| /xnu-11417.121.6/config/ |
| H A D | MASTER.arm | 40 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64.BridgeOS | 36 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.x86_64 | 40 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64.WatchOS | 41 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64 | 40 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64.iPhoneOS | 44 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64.MacOSX | 43 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER | 167 options IPSEC # IP security # <ipsec> 168 options IPSEC_ESP # IP security # <ipsec> 174 options CRYPTO # <ipsec,crypto>
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | in_proto.c | 357 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | if_ipsec.c | 114 SYSCTL_NODE(_net, OID_AUTO, ipsec, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "IPsec");
|