Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprinthash.c15 iphtent_t *ipep, **table; in printhash() local
40 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) { in printhash()
41 ipep = printhashnode(&iph, ipep, copyfunc, opts, fields); in printhash()
H A Dprinthashnode.c12 printhashnode(iphtable_t *iph, iphtent_t *ipep, copyfunc_t copyfunc, int opts, argument
19 if ((*copyfunc)(ipep, &ipe, sizeof(ipe)))
91 ipep = ipe.ipe_next;
92 return (ipep);