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_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_scan.c
146
ipf_scan_tail->
ipsc_next
= isc;
147
isc->ipsc_pnext = &ipf_scan_tail->
ipsc_next
;
154
isc->
ipsc_next
= NULL;
190
*i->ipsc_pnext = i->
ipsc_next
;
191
if (i->
ipsc_next
)
192
i->
ipsc_next
->ipsc_pnext = i->ipsc_pnext;
214
for (i = ipf_scan_list; i; i = i->
ipsc_next
)
445
for (k = 0, isc = ipf_scan_list; isc; isc = isc->
ipsc_next
) {
ip_scan.h
58
struct ipscan *
ipsc_next
;
member in struct:ipscan
Completed in 17 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026