OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iph_pnext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
42
struct iphtable_s *iph_next, **
iph_pnext
;
member in struct:iphtable_s
ip_htable.c
371
iph->
iph_pnext
= &softh->ipf_htables[unit + 1];
373
softh->ipf_htables[unit + 1]->
iph_pnext
= &iph->iph_next;
472
iph->iph_next->
iph_pnext
= iph->
iph_pnext
;
473
if (iph->
iph_pnext
!= NULL)
474
*iph->
iph_pnext
= iph->iph_next;
475
iph->
iph_pnext
= NULL;
502
if (iph->
iph_pnext
!= NULL)
503
*iph->
iph_pnext
= iph->iph_next;
505
iph->iph_next->
iph_pnext
= iph->iph_pnext
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025