Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1841 const struct filter_entry *lmatch; in allow_service() local
1848 lmatch = NULL; in allow_service()
1858 lmatch = fep; in allow_service()
1861 if (lmatch == NULL) { in allow_service()
1870 return (!lmatch->fe_isexcept); in allow_service()