Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dfilter.h65 unsigned f_invert : 1; /* true to complement match */ member
H A Dfilter.c298 fe.f_invert = 1; in filter_Parse()
459 prompt_Printf(prompt, "%c ", fp->f_invert ? '!' : ' '); in doShowFilter()
H A Dip.c448 if (match != fp->f_invert) { in FilterCheck()