Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpfkeyv2.h347 struct sadb_sastat { struct
/xnu-8792.41.9/bsd/netkey/
H A Dkey_debug.c430 struct sadb_sastat *p = (__typeof__(p))ext;
H A Dkey.c216 sizeof(struct sadb_sastat), /* SADB_EXT_SASTAT */
5148 struct sadb_sastat *p; in key_setsadbsastat()
10006 struct sadb_sastat *sa_stats_arg; in key_getsastat()
/xnu-8792.41.9/tests/
H A Dpfkey.c914 struct sadb_sastat *sadb_stat_payload = (struct sadb_sastat *)(void *)(payload + tlen); in send_pfkey_get_sa_stat()