OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipsc_pnext
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_scan.c
147
isc->
ipsc_pnext
= &ipf_scan_tail->ipsc_next;
152
isc->
ipsc_pnext
= &ipf_scan_list;
190
*i->
ipsc_pnext
= i->ipsc_next;
192
i->ipsc_next->
ipsc_pnext
= i->
ipsc_pnext
;
194
if (i->
ipsc_pnext
== &ipf_scan_list)
197
ipf_scan_tail = *(*i->
ipsc_pnext
)->
ipsc_pnext
;
ip_scan.h
59
struct ipscan **
ipsc_pnext
;
member in struct:ipscan
/src/external/bsd/ipf/dist/
ip_scan.c
142
isc->
ipsc_pnext
= &ipf_scan_tail->ipsc_next;
147
isc->
ipsc_pnext
= &ipf_scan_list;
185
*i->
ipsc_pnext
= i->ipsc_next;
187
i->ipsc_next->
ipsc_pnext
= i->
ipsc_pnext
;
189
if (i->
ipsc_pnext
== &ipf_scan_list)
192
ipf_scan_tail = *(*i->
ipsc_pnext
)->
ipsc_pnext
;
ip_scan.h
59
struct ipscan **
ipsc_pnext
;
member in struct:ipscan
Completed in 87 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026