Searched refs:ipsec (Results 1 – 17 of 17) sorted by relevance
| /xnu-12377.61.12/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 | 1768 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 D | netinet6.modulemap | 28 module ipsec { 29 header "netinet6/ipsec.h"
|
| H A D | Makefile | 11 ah.h ipsec.h \
|
| /xnu-12377.61.12/bsd/conf/ |
| H A D | files | 207 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 D | Makefile.template | 117 ipsec.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member
|
| /xnu-12377.61.12/bsd/man/man4/ |
| H A D | Makefile | 26 ipsec.4 \
|
| /xnu-12377.61.12/config/ |
| H A D | MASTER.arm | 39 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64.BridgeOS | 35 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64 | 39 # 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 | 40 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64.MacOSX | 45 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER.arm64.iPhoneOS | 43 # VPN = [ ipsec flow_divert necp content_filter ]
|
| H A D | MASTER | 164 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 D | in_proto.c | 340 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_ipsec.c | 114 SYSCTL_NODE(_net, OID_AUTO, ipsec, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "IPsec");
|