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

  /src/sys/external/bsd/ipf/netinet/
ip_pool.c 101 static void *ipf_pool_exists(ipf_pool_softc_t *, int, char *);
178 ipo = ipf_pool_exists(0, "0");
610 stats.ipls_list[unit] = ipf_pool_exists(softp, unit - 1,
630 /* Function: ipf_pool_exists */
640 ipf_pool_exists(ipf_pool_softc_t *softp, int unit, char *name) function in typeref:typename:void *
684 p = ipf_pool_exists(softp, unit, name);
934 h = ipf_pool_exists(softp, unit, op->iplo_name);
1063 ipo = ipf_pool_exists(softp, unit, name);
1274 ipo = ipf_pool_exists(arg, ilp->ili_unit,
ip_pool.c 101 static void *ipf_pool_exists(ipf_pool_softc_t *, int, char *);
178 ipo = ipf_pool_exists(0, "0");
610 stats.ipls_list[unit] = ipf_pool_exists(softp, unit - 1,
630 /* Function: ipf_pool_exists */
640 ipf_pool_exists(ipf_pool_softc_t *softp, int unit, char *name) function in typeref:typename:void *
684 p = ipf_pool_exists(softp, unit, name);
934 h = ipf_pool_exists(softp, unit, op->iplo_name);
1063 ipo = ipf_pool_exists(softp, unit, name);
1274 ipo = ipf_pool_exists(arg, ilp->ili_unit,

Completed in 26 milliseconds