Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/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) in printhashnode() argument
15 iphtent_t *ipep;
24 if ((*copyfunc)(ipep, &ipe, sizeof(ipe)))
67 ipep = ipe.ipe_next;
68 return ipep;