OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipn_pnext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_pool.h
31
struct ip_pool_node *ipn_next, **
ipn_pnext
;
member in struct:ip_pool_node
ip_pool.c
841
x->
ipn_pnext
= NULL;
895
x->
ipn_pnext
= ipo->ipo_tail;
1016
ipo->ipo_tail = ipe->
ipn_pnext
;
1018
if (ipe->
ipn_pnext
!= NULL)
1019
*ipe->
ipn_pnext
= ipe->ipn_next;
1021
ipe->ipn_next->
ipn_pnext
= ipe->
ipn_pnext
;
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025