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

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprinthash.c20 iphtent_t *ipep, **table; local
45 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) {
46 ipep = printhashnode(&iph, ipep, copyfunc, opts, fields);
H A Dprinthashnode.c13 printhashnode(iph, ipep, copyfunc, opts, fields)
15 iphtent_t *ipep;
24 if ((*copyfunc)(ipep, &ipe, sizeof(ipe)))
67 ipep = ipe.ipe_next;
68 return ipep;

Completed in 62 milliseconds