Searched refs:SADB_EXT_SASTAT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpfkeyv2.h342 #define SADB_EXT_SASTAT 21 macro
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey_debug.c155 case SADB_EXT_SASTAT:
H A Dkey.c237 sizeof(struct sadb_sastat), /* SADB_EXT_SASTAT */
261 0, /* SADB_EXT_SASTAT */
4627 p->sadb_sastat_exttype = SADB_EXT_SASTAT;
8608 case SADB_EXT_SASTAT:
8988 if (mhp->ext[SADB_EXT_SASTAT] == NULL) {
8992 if (mhp->extlen[SADB_EXT_SASTAT] < sizeof(*sa_stats_arg)) {
9016 (void *)mhp->ext[SADB_EXT_SASTAT];

Completed in 25 milliseconds