Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dpfkeyv2.h173 u_int16_t sadb_key_exttype; member
/xnu-10063.101.15/tests/
H A Dipsec.m163 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT;
173 auth_key_payload->sadb_key_exttype = SADB_EXT_KEY_AUTH;
H A Dpfkey.c596 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT; in send_pkey_add_sa()
606 auth_key_payload->sadb_key_exttype = SADB_EXT_KEY_AUTH; in send_pkey_add_sa()
701 encrypt_key_payload->sadb_key_exttype = SADB_EXT_KEY_ENCRYPT; in send_pkey_update_sa()
711 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()