Searched refs:ifs_ip_pool_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c266 for (q = ifs->ifs_ip_pool_list[i]; (p = q) != NULL; ) {
303 stats.ipls_list[i] = ifs->ifs_ip_pool_list[i];
309 stats.ipls_list[unit] = ifs->ifs_ip_pool_list[unit];
334 for (p = ifs->ifs_ip_pool_list[unit]; p != NULL; p = p->ipo_next)
534 for (p = ifs->ifs_ip_pool_list[unit]; p != NULL; ) {
543 p = ifs->ifs_ip_pool_list[unit];
556 h->ipo_next = ifs->ifs_ip_pool_list[unit];
557 if (ifs->ifs_ip_pool_list[unit] != NULL)
558 ifs->ifs_ip_pool_list[unit]->ipo_pnext = &h->ipo_next;
559 h->ipo_pnext = &ifs->ifs_ip_pool_list[uni
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h249 ip_pool_t *ifs_ip_pool_list[IPL_LOGSIZE]; member in struct:ipf_stack
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c677 for (ipl = ifs->ifs_ip_pool_list[i]; ipl != NULL;

Completed in 63 milliseconds