Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprinthashnode.c14 iphtent_t *printhashnode(iph, ipep, copyfunc, opts) in printhashnode() argument
16 iphtent_t *ipep;
22 if ((*copyfunc)(ipep, &ipe, sizeof(ipe)))
78 ipep = ipe.ipe_next;
79 return ipep;
H A Dprinthash.c22 iphtent_t *ipep, **table; local
131 for (ipep = table[i]; ipep != NULL; ) {
132 ipep = printhashnode(&iph, ipep, copyfunc, opts);