Searched refs:ipsec (Results 1 - 25 of 50) sorted by relevance

12

/xnu-2422.115.4/bsd/netinet6/
H A Dipcomp6.h40 #include <netinet6/ipsec.h>
H A Dipcomp.h40 #include <netinet6/ipsec.h>
H A DMakefile11 ah.h ipsec.h pim6.h \
H A Dipcomp_core.c62 #include <netinet6/ipsec.h>
80 * feature in zlib (see ipsec wg mailing list archive in January 2000).
H A Dipcomp_input.c74 #include <netinet6/ipsec.h>
H A Dipcomp_output.c72 #include <netinet6/ipsec.h>
H A Dudp6_output.c133 #include <netinet6/ipsec.h>
H A Dah_output.c95 #include <netinet6/ipsec.h>
H A Desp_rijndael.c74 #include <netinet6/ipsec.h>
H A Dip6_forward.c92 #include <netinet6/ipsec.h>
373 printf("ip6_output (ipsec): error code %d\n", error);
H A Desp_output.c95 #include <netinet6/ipsec.h>
H A Din6_proto.c134 #include <netinet6/ipsec.h>
/xnu-2422.115.4/bsd/net/
H A Dif_utun_crypto_ipsec.h38 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAH(keys) keys->state.u.ipsec.sah
39 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAV(keys) keys->state.u.ipsec.sav
48 * Summary: enables ipsec crypto info for the specified utun.
54 * Summary: disables ipsec crypto info for the specified utun.
60 * Summary: configures an ipsec crypto context for the specified utun, with keying material
64 * args - the ipsec crypto context keying arguments as passed down from userland.
65 * crypto_ctx_mat - the ipsec crypto context's keying material to be filled.
74 * Summary: unconfigures the keying material in an ipsec crypto context for the specified utun.
76 * args - the ipsec crypto context keying arguments as passed down from userland.
77 * crypto_ctx_mat - the ipsec crypt
[all...]
H A Dif_utun_crypto_ipsec.c47 #include <netinet6/ipsec.h>
494 crypto_keys->state.u.ipsec.proto = sah->saidx.proto;
495 crypto_keys->state.u.ipsec.mode = sah->saidx.mode;
497 crypto_keys->state.u.ipsec.ifamily = IPPROTO_IPV4;
499 crypto_keys->state.u.ipsec.ifamily = IPPROTO_IPV6;
501 crypto_keys->state.u.ipsec.spi = args_ipsec_v1->spi;
628 * Summary: enables ipsec crypto info for the specified utun.
635 /* Turn off the ipsec bypass, if already on */
646 * Summary: disables ipsec crypto info for the specified utun.
653 /* Turn on the ipsec bypas
[all...]
H A Dif_utun_crypto.h296 // kernel's ipsec keying material state
314 utun_crypto_keys_ipsec_state_t ipsec; member in union:utun_crypto_keys_state::__anon203
367 utun_crypto_framer_ipsec_state_t ipsec; member in union:utun_crypto_framer_state::__anon205
H A Dif_utun_crypto.c250 // branch-off for ipsec vs. dtls
336 // branch-off for ipsec vs. dtls
339 if (crypto_keys_args->u.ipsec_v1.spi == cur_crypto_keys->state.u.ipsec.spi) {
420 // branch-off for ipsec vs. dtls
492 // branch-off for ipsec vs. dtls
564 // branch-off for ipsec vs. dtls
/xnu-2422.115.4/bsd/man/man4/
H A DMakefile28 ipsec.4 \
/xnu-2422.115.4/bsd/conf/
H A Dfiles259 bsd/net/if_ipsec.c optional ipsec
342 bsd/netinet6/ah_core.c optional ipsec
343 bsd/netinet6/ah_input.c optional ipsec
344 bsd/netinet6/ah_output.c optional ipsec
345 bsd/netinet6/esp_core.c optional ipsec ipsec_esp
346 bsd/netinet6/esp_input.c optional ipsec ipsec_esp
347 bsd/netinet6/esp_output.c optional ipsec ipsec_esp
348 bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp
349 bsd/netinet6/ipsec.c optional ipsec
[all...]
H A DMakefile.template114 ipsec.o \
/xnu-2422.115.4/bsd/netkey/
H A Dkeydb.c48 #include <netinet6/ipsec.h>
H A Dkey_debug.c48 #include <netinet6/ipsec.h>
486 printf("invalid ipsec policy length\n");
/xnu-2422.115.4/bsd/netinet/
H A Din_proto.c99 #include <netinet6/ipsec.h>
365 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
H A Din_pcb.h83 #include <netinet6/ipsec.h> /* for IPSEC */
H A Dtcp_sack.c102 #include <netinet6/ipsec.h>
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h263 #define ipsec_policy proto_mtag.__pr_u.ipsec.policy_id
271 * that the former is used on the virtual ipsec interface that does
277 struct ipsec_mtag ipsec; /* IPSec specific */ member in union:proto_mtag::__anon496

Completed in 135 milliseconds

12