OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipe_pnext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
9
struct iphtent_s *ipe_next, **
ipe_pnext
;
member in struct:iphtent_s
ip_htable.c
604
iph->iph_tail = ipe->
ipe_pnext
;
621
ipe->ipe_next->
ipe_pnext
= ipe->
ipe_pnext
;
622
if (ipe->
ipe_pnext
!= NULL)
623
*ipe->
ipe_pnext
= ipe->ipe_next;
624
ipe->
ipe_pnext
= NULL;
912
ipe->
ipe_pnext
= iph->iph_tail;
Completed in 13 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025