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

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 285 frauthent_t *fae, **faep; local in function:ipf_auth_soft_fini
309 faep = &softa->ipf_auth_entries;
310 while ((fae = *faep) != NULL) {
311 *faep = fae->fae_next;
694 frauthent_t *fae, **faep; local in function:ipf_auth_expire
725 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) {
731 faep = &fae->fae_next;
764 frauthent_t *fae, **faep; local in function:ipf_auth_precmd
773 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); )
    [all...]
ip_auth.c 285 frauthent_t *fae, **faep; local in function:ipf_auth_soft_fini
309 faep = &softa->ipf_auth_entries;
310 while ((fae = *faep) != NULL) {
311 *faep = fae->fae_next;
694 frauthent_t *fae, **faep; local in function:ipf_auth_expire
725 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) {
731 faep = &fae->fae_next;
764 frauthent_t *fae, **faep; local in function:ipf_auth_precmd
773 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); )
    [all...]
ip_auth.c 285 frauthent_t *fae, **faep; local in function:ipf_auth_soft_fini
309 faep = &softa->ipf_auth_entries;
310 while ((fae = *faep) != NULL) {
311 *faep = fae->fae_next;
694 frauthent_t *fae, **faep; local in function:ipf_auth_expire
725 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) {
731 faep = &fae->fae_next;
764 frauthent_t *fae, **faep; local in function:ipf_auth_precmd
773 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); )
    [all...]

Completed in 42 milliseconds