Home
last modified time | relevance | path

Searched refs:iph_next (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_htable.c142 oiph = oiph->iph_next)
172 iph->iph_next = ifs->ifs_ipf_htables[unit];
175 ifs->ifs_ipf_htables[unit]->iph_pnext = &iph->iph_next;
223 *iph->iph_pnext = iph->iph_next;
224 if (iph->iph_next != NULL)
225 iph->iph_next->iph_pnext = iph->iph_pnext;
263 for (iph = ifs->ifs_ipf_htables[unit]; iph != NULL; iph = iph->iph_next)
676 nextiph = iph->iph_next;
739 if (nextiph->iph_next == NULL)
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprinthash_live.c32 return hp->iph_next;
80 return hp->iph_next;
H A Dprinthash.c33 return iph.iph_next;
146 return iph.iph_next;
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h39 struct iphtable_s *iph_next, **iph_pnext; member
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipftest.c679 iph = iph->iph_next)
H A Dippool.c906 htstp->iphs_tables = table.iph_next;