Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dpfkeyv2.h173 u_int16_t sadb_key_exttype; member
/xnu-8796.141.3/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.c595 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT; in send_pkey_add_sa()
605 auth_key_payload->sadb_key_exttype = SADB_EXT_KEY_AUTH; in send_pkey_add_sa()
700 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT; in send_pkey_update_sa()
710 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()