HomeSort by: relevance | last modified time | path
    Searched refs:frauthent_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_auth.h 36 } frauthent_t; typedef in typeref:struct:frauthent
48 frauthent_t *fas_faelist;
ip_auth.c 159 frauthent_t *ipf_auth_entries;
165 static void ipf_auth_deref(frauthent_t **);
166 static void ipf_auth_deref_unlocked(ipf_auth_softc_t *, frauthent_t **);
285 frauthent_t *fae, **faep;
694 frauthent_t *fae, **faep;
764 frauthent_t *fae, **faep;
802 KMALLOC(fae, frauthent_t *);
912 frauthent_t *fae, *next, zero;
966 /* Parameters: faep(IO) - pointer to caller's frauthent_t pointer */
972 ipf_auth_deref_unlocked(ipf_auth_softc_t *softa, frauthent_t **faep
    [all...]

Completed in 12 milliseconds