OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iph_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.c
338
oiph = oiph->
iph_next
)
371
iph->
iph_next
= softh->ipf_htables[unit + 1];
374
softh->ipf_htables[unit + 1]->iph_pnext = &iph->
iph_next
;
472
if (iph->
iph_next
!= NULL)
473
iph->
iph_next
->iph_pnext = iph->iph_pnext;
475
*iph->iph_pnext = iph->
iph_next
;
477
iph->
iph_next
= NULL;
504
*iph->iph_pnext = iph->
iph_next
;
505
if (iph->
iph_next
!= NULL)
506
iph->
iph_next
->iph_pnext = iph->iph_pnext
[
all
...]
ip_htable.h
42
struct iphtable_s *
iph_next
, **iph_pnext;
member in struct:iphtable_s
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026