OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipld_pnext
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_dstlist.h
40
struct ippool_dst **
ipld_pnext
;
member in struct:ippool_dst
ip_dstlist.c
838
new->
ipld_pnext
= softd->tails[unit + 1];
899
softd->tails[d->ipld_unit + 1] = d->
ipld_pnext
;
901
if (d->
ipld_pnext
!= NULL)
902
*d->
ipld_pnext
= d->ipld_next;
904
d->ipld_next->
ipld_pnext
= d->
ipld_pnext
;
905
d->
ipld_pnext
= NULL;
/src/external/bsd/ipf/dist/
ip_dstlist.h
40
struct ippool_dst **
ipld_pnext
;
member in struct:ippool_dst
ip_dstlist.c
875
new->
ipld_pnext
= softd->tails[unit + 1];
941
softd->tails[d->ipld_unit + 1] = d->
ipld_pnext
;
943
if (d->
ipld_pnext
!= NULL)
944
*d->
ipld_pnext
= d->ipld_next;
946
d->ipld_next->
ipld_pnext
= d->
ipld_pnext
;
947
d->
ipld_pnext
= NULL;
Completed in 36 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026