Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/ippool/
Dippool_y.y722 ip_pool_node_t *ptop, *pbot, *p; in add_poolhosts() local
740 ptop = NULL; in add_poolhosts()
763 ptop = p; in add_poolhosts()
769 return(ptop); in add_poolhosts()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c6765 ipf_tune_findbycookie(ipftuneable_t **ptop, void *cookie, void **next) argument
6769 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6783 *next = ptop;
6788 for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)