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 *,
137 ifs->ifs_fr_authsize * sizeof(*ifs->ifs_fr_auth));
138 if (ifs->ifs_fr_auth != NULL)
139 bzero((char *)ifs->ifs_fr_auth,
140 ifs->ifs_fr_authsize * sizeof(*ifs->ifs_fr_auth));
197 fra = ifs->ifs_fr_auth + i;
243 fra = ifs->ifs_fr_auth;
314 fra = ifs->ifs_fr_auth + i;
426 &ifs->ifs_fr_auth[ifs->ifs_fr_authnext],
512 fra = ifs->ifs_fr_auth
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h152 frauth_t *ifs_fr_auth; member in struct:ipf_stack

Completed in 46 milliseconds