Home
last modified time | relevance | path

Searched refs:SADB_EXT_SASTAT (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dpfkeyv2.h377 #define SADB_EXT_SASTAT 21 macro
/xnu-11215.1.10/bsd/netkey/
H A Dkey_debug.c156 case SADB_EXT_SASTAT:
H A Dkey.c5198 p->sadb_sastat_exttype = SADB_EXT_SASTAT; in key_setsadbsastat()
9676 case SADB_EXT_SASTAT: in key_align()
10101 if (mhp->ext[SADB_EXT_SASTAT].ext_buf == NULL) { in key_getsastat()
10105 if (mhp->extlen[SADB_EXT_SASTAT] < sizeof(*sa_stats_arg)) { in key_getsastat()
10131 (void *)mhp->ext[SADB_EXT_SASTAT].ext_buf; in key_getsastat()
/xnu-11215.1.10/tests/
H A Dipsec.m288 case SADB_EXT_SASTAT:
H A Dpfkey.c137 case SADB_EXT_SASTAT: in pfkey_align()
927 sadb_stat_payload->sadb_sastat_exttype = SADB_EXT_SASTAT; in send_pfkey_get_sa_stat()