Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dfilter.h77 #define A_PERMIT (A_NONE+1) macro
78 #define A_DENY (A_PERMIT+1)
H A Dfilter.c282 action = A_PERMIT; in filter_Parse()
H A Dip.c453 if (fp->f_action == A_PERMIT) { in FilterCheck()