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

  /src/sys/external/bsd/ipf/netinet/
ip_ftp_pxy.c 65 int ipf_p_ftp_debug; member in struct:ipf_ftp_softc_s
124 { { (void *)offsetof(ipf_ftp_softc_t, ipf_p_ftp_debug) },
126 stsizeof(ipf_ftp_softc_t, ipf_p_ftp_debug),
189 softf->ipf_p_ftp_debug = 0;
191 softf->ipf_p_ftp_debug = DEBUG_PARSE_ERR;
305 if (softf->ipf_p_ftp_debug & DEBUG_PARSE)
320 if (softf->ipf_p_ftp_debug & DEBUG_PARSE_ERR)
327 if (softf->ipf_p_ftp_debug & DEBUG_PARSE_ERR)
344 if (softf->ipf_p_ftp_debug & DEBUG_ERROR)
352 if (softf->ipf_p_ftp_debug & DEBUG_PARSE_ERR
    [all...]

Completed in 39 milliseconds