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

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 157 int ipf_auth_end; member in struct:ipf_auth_softc_s
399 for (i = softa->ipf_auth_start; i != softa->ipf_auth_end; ) {
465 if (i == softa->ipf_auth_end)
469 softa->ipf_auth_end) {
472 softa->ipf_auth_end = 0;
519 if (((softa->ipf_auth_end + 1) % softa->ipf_auth_size) ==
528 i = softa->ipf_auth_end++;
529 if (softa->ipf_auth_end == softa->ipf_auth_size)
530 softa->ipf_auth_end = 0;
870 softa->ipf_auth_end = 0
    [all...]

Completed in 13 milliseconds