Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c334 oiph = oiph->iph_next)
480 if (iph->iph_next != NULL)
483 *iph->iph_pnext = iph->iph_next;
485 iph->iph_next = NULL;
516 if (iph->iph_next != NULL)
519 iph->iph_next = NULL;
737 iph = iph->iph_next) {
747 iph = iph->iph_next) {
1251 nextiph = iph->iph_next;
1262 hnext = nextiph->iph_next;
[all …]
H A Dip_htable.h40 struct iphtable_s *iph_next, **iph_pnext; member