Home
last modified time | relevance | path

Searched refs:ifs_fr_auth (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c136 KMALLOCS(ifs->ifs_fr_auth, frauth_t *,
138 if (ifs->ifs_fr_auth != NULL)
139 bzero((char *)ifs->ifs_fr_auth,
197 fra = ifs->ifs_fr_auth + i;
243 fra = ifs->ifs_fr_auth;
314 fra = ifs->ifs_fr_auth + i;
512 fra = ifs->ifs_fr_auth + i;
653 if (ifs->ifs_fr_auth != NULL) {
654 KFREES(ifs->ifs_fr_auth,
656 ifs->ifs_fr_auth = NULL;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h158 frauth_t *ifs_fr_auth; member