Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_htable.c337 oiph = oiph->iph_next) in ipf_htable_create()
370 iph->iph_next = softh->ipf_htables[unit + 1]; in ipf_htable_create()
373 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next; in ipf_htable_create()
471 if (iph->iph_next != NULL) in ipf_htable_free()
472 iph->iph_next->iph_pnext = iph->iph_pnext; in ipf_htable_free()
474 *iph->iph_pnext = iph->iph_next; in ipf_htable_free()
476 iph->iph_next = NULL; in ipf_htable_free()
503 *iph->iph_pnext = iph->iph_next; in ipf_htable_remove()
504 if (iph->iph_next != NULL) in ipf_htable_remove()
505 iph->iph_next->iph_pnext = iph->iph_pnext; in ipf_htable_remove()
[all …]
H A Dip_htable.h42 struct iphtable_s *iph_next, **iph_pnext; member
/netbsd-src/external/bsd/ipf/dist/
H A Dip_htable.c338 oiph = oiph->iph_next)
371 iph->iph_next = softh->ipf_htables[unit + 1];
374 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next;
484 if (iph->iph_next != NULL)
485 iph->iph_next->iph_pnext = iph->iph_pnext;
487 *iph->iph_pnext = iph->iph_next;
489 iph->iph_next = NULL;
519 *iph->iph_pnext = iph->iph_next;
520 if (iph->iph_next != NULL)
521 iph->iph_next->iph_pnext = iph->iph_pnext;
[all …]
H A Dip_htable.h42 struct iphtable_s *iph_next, **iph_pnext; member
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprinthash.c29 return iph.iph_next;
57 return iph.iph_next;
H A Dprinthash_live.c28 return hp->iph_next;
71 return hp->iph_next;
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dippool.c980 htstp->iphs_tables = table.iph_next;