Home
last modified time | relevance | path

Searched refs:sadb_key_exttype (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dpfkeyv2.h173 u_int16_t sadb_key_exttype; member
/xnu-8019.80.24/tests/
H A Dipsec.m160 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT;
170 auth_key_payload->sadb_key_exttype = SADB_EXT_KEY_AUTH;
H A Dpfkey.c583 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT; in send_pkey_add_sa()
593 auth_key_payload->sadb_key_exttype = SADB_EXT_KEY_AUTH; in send_pkey_add_sa()
688 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT; in send_pkey_update_sa()
698 auth_key_payload->sadb_key_exttype = SADB_EXT_KEY_AUTH; in send_pkey_update_sa()
H A Dnet_tuntests.c345 addcmd.key.sadb_key_exttype = SADB_EXT_KEY_ENCRYPT; in create_sa()