Home | History | Annotate | Download | only in netinet

Lines Matching defs:faep

285 	frauthent_t *fae, **faep;
309 faep = &softa->ipf_auth_entries;
310 while ((fae = *faep) != NULL) {
311 *faep = fae->fae_next;
694 frauthent_t *fae, **faep;
725 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) {
731 faep = &fae->fae_next;
764 frauthent_t *fae, **faep;
773 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) {
777 faep = &fae->fae_next;
792 *faep = fae->fae_next;
813 fae->fae_next = *faep;
814 *faep = fae;
966 /* Parameters: faep(IO) - pointer to caller's frauthent_t pointer */
972 ipf_auth_deref_unlocked(ipf_auth_softc_t *softa, frauthent_t **faep)
975 ipf_auth_deref(faep);
983 /* Parameters: faep(IO) - pointer to caller's frauthent_t pointer */
991 ipf_auth_deref(frauthent_t **faep)
995 fae = *faep;
996 *faep = NULL;