HomeSort by: relevance | last modified time | path
    Searched defs:ipf_auth_softc_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 162 } ipf_auth_softc_t; typedef in typeref:struct:ipf_auth_softc_s
166 static void ipf_auth_deref_unlocked(ipf_auth_softc_t *, frauthent_t **);
169 static int ipf_auth_reply(ipf_main_softc_t *, ipf_auth_softc_t *, char *);
170 static int ipf_auth_wait(ipf_main_softc_t *, ipf_auth_softc_t *, char *);
215 ipf_auth_softc_t *softa;
217 KMALLOC(softa, ipf_auth_softc_t *);
247 ipf_auth_softc_t *softa = arg;
284 ipf_auth_softc_t *softa = arg;
342 ipf_auth_softc_t *softa = arg;
364 ipf_auth_softc_t *softa = arg
    [all...]

Completed in 28 milliseconds