Home
last modified time | relevance | path

Searched refs:myst_top (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c1019 myst_t *myst_top = NULL; variable
1317 for (stp = myst_top; stp; stp = stp->next)
1386 for (stp = myst_top; stp != NULL; stp = stp->next)
1395 for (pstp = &myst_top; (stp = *pstp) != NULL; pstp = &stp->next)
1421 stp->next = myst_top;
1422 myst_top = stp;
1443 for (s1 = myst_top; s1 != NULL; s1 = s1->next) { in checktree()