OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipn_pdnext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_pool.h
32
struct ip_pool_node *ipn_dnext, **
ipn_pdnext
;
member in struct:ip_pool_node
ip_pool.c
843
x->
ipn_pdnext
= NULL;
866
x->
ipn_pdnext
= &n->ipn_dnext;
874
x->
ipn_pdnext
= &softp->ipf_node_explist;
877
x->
ipn_pdnext
= n->
ipn_pdnext
;
878
n->
ipn_pdnext
= &x->ipn_dnext;
1023
if (ipe->
ipn_pdnext
!= NULL)
1024
*ipe->
ipn_pdnext
= ipe->ipn_dnext;
1026
ipe->ipn_dnext->
ipn_pdnext
= ipe->
ipn_pdnext
;
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025