Searched defs:natt_port (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c135 utun_ipsec_keepalive_and_nat_info_to_sadb_flags(if_utun_crypto_ipsec_keepalive_t keepalive, int punt_rx_keepalive, if_utun_crypto_ipsec_natd_t natd, u_int16_t natt_port) argument
249 utun_ipsec_set_udp_encap_listen_port(utun_crypto_dir_t dir, u_int16_t natt_port) argument
295 utun_ipsec_alloc_sav(struct secashead *sah, struct secasvar **sav, struct utun_pcb *pcb, u_int8_t satype, u_int8_t alg_auth, u_int8_t alg_enc, u_int32_t flags, u_int8_t replay, u_int8_t *key_auth, u_int16_t key_auth_len, u_int8_t *key_enc, u_int16_t key_enc_len, u_int16_t natt_port, u_int32_t seq, u_int32_t spi, u_int32_t pid, u_int64_t lifetime_hard, u_int64_t lifetime_soft) argument
[all...]
H A Dif_utun_crypto.h162 u_int16_t natt_port; // if non-zero flags will be set to include SADB_X_EXT_NATT member in struct:utun_crypto_keys_ipsec_args_v1
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c3277 key_newsav2(struct secashead *sah, u_int8_t satype, u_int8_t alg_auth, u_int8_t alg_enc, u_int32_t flags, u_int8_t replay, struct sadb_key *key_auth, u_int16_t key_auth_len, struct sadb_key *key_enc, u_int16_t key_enc_len, u_int16_t natt_port, u_int32_t seq, u_int32_t spi, u_int32_t pid, struct sadb_lifetime *lifetime_hard, struct sadb_lifetime *lifetime_soft) argument
3896 key_setsaval2(struct secasvar *sav, u_int8_t satype, u_int8_t alg_auth, u_int8_t alg_enc, u_int32_t flags, u_int8_t replay, struct sadb_key *key_auth, u_int16_t key_auth_len, struct sadb_key *key_enc, u_int16_t key_enc_len, u_int16_t natt_port, u_int32_t seq, u_int32_t spi, u_int32_t pid, struct sadb_lifetime *lifetime_hard, struct sadb_lifetime *lifetime_soft) argument

Completed in 34 milliseconds