Home
last modified time | relevance | path

Searched refs:ptop (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/ipf/ippool/
H A Dippool_y.y721 ip_pool_node_t *ptop, *pbot, *p; in add_poolhosts() local
739 ptop = NULL; in add_poolhosts()
762 ptop = p; in add_poolhosts()
768 return(ptop); in add_poolhosts()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c6759 ipf_tune_findbycookie(ipftuneable_t **ptop, void *cookie, void **next) argument
6763 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6777 *next = ptop;
6782 for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)