OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myst_top
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
radix_ipf.c
992
myst_t *
myst_top
= NULL;
variable
1290
for (stp =
myst_top
; stp; stp = stp->next)
1359
for (stp =
myst_top
; stp != NULL; stp = stp->next)
1368
for (pstp = &
myst_top
; (stp = *pstp) != NULL; pstp = &stp->next)
1394
stp->next =
myst_top
;
1395
myst_top
= stp;
1416
for (s1 =
myst_top
; s1 != NULL; s1 = s1->next) {
/src/external/bsd/ipf/dist/
radix_ipf.c
1021
myst_t *
myst_top
= NULL;
variable
1319
for (stp =
myst_top
; stp; stp = stp->next)
1388
for (stp =
myst_top
; stp != NULL; stp = stp->next)
1397
for (pstp = &
myst_top
; (stp = *pstp) != NULL; pstp = &stp->next)
1423
stp->next =
myst_top
;
1424
myst_top
= stp;
1445
for (s1 =
myst_top
; s1 != NULL; s1 = s1->next) {
Completed in 29 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026