OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipe_dnext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
11
struct iphtent_s *
ipe_dnext
, **ipe_pdnext;
member in struct:iphtent_s
ip_htable.c
613
if (ipe->
ipe_dnext
!= NULL)
614
ipe->
ipe_dnext
->ipe_pdnext = ipe->ipe_pdnext;
616
*ipe->ipe_pdnext = ipe->
ipe_dnext
;
618
ipe->
ipe_dnext
= NULL;
928
for (n = softh->ipf_node_explist; n != NULL; n = n->
ipe_dnext
) {
931
if (n->
ipe_dnext
== NULL) {
937
n->
ipe_dnext
= ipe;
938
ipe->ipe_pdnext = &n->
ipe_dnext
;
948
ipe->
ipe_dnext
= n;
950
n->ipe_pdnext = &ipe->
ipe_dnext
;
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025