Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_auth.c205 KMALLOCS(softa->ipf_auth, frauth_t *,
207 if (softa->ipf_auth == NULL)
209 bzero((char *)softa->ipf_auth,
245 if (softa->ipf_auth != NULL) {
246 KFREES(softa->ipf_auth,
248 softa->ipf_auth = NULL;
366 fra = softa->ipf_auth + i;
423 fra = softa->ipf_auth;
495 fra = softa->ipf_auth + i;
684 softa->ipf_auth[i].fra_index = -1;
[all …]
H A Dip_auth.h61 frauth_t *ipf_auth; member