Searched refs:ipf_pool_exists (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/
H A Dip_pool.c85 static void *ipf_pool_exists __P((ipf_pool_softc_t *, int, char *));
163 ipo = ipf_pool_exists(0, "0");
619 stats.ipls_list[unit] = ipf_pool_exists(softp, unit - 1,
639 /* Function: ipf_pool_exists */
649 ipf_pool_exists(softp, unit, name) function
699 p = ipf_pool_exists(softp, unit, name);
963 h = ipf_pool_exists(softp, unit, op->iplo_name);
1106 ipo = ipf_pool_exists(softp, unit, name);
1332 ipo = ipf_pool_exists(arg, ilp->ili_unit,
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_pool.c101 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
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 98 milliseconds