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

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.c 656 a->apr_flags |= APR_DELETE;
687 if ((apr == NULL) || (apr->apr_flags & APR_DELETE) ||
792 if ((apr == NULL) || (apr->apr_flags & APR_DELETE)) {
794 printf("ipf_proxy_match:apr %lx apr_flags 0x%x\n",
795 (u_long)apr, apr ? apr->apr_flags : 0);
841 if ((apr->apr_flags & APR_DELETE) ||
844 printf("ipf_proxy_new: apr_flags 0x%x p %d/%d\n",
845 apr->apr_flags, fin->fin_p, apr->apr_p);
ip_proxy.h 106 int apr_flags; member in struct:aproxy

Completed in 14 milliseconds