Home
last modified time | relevance | path

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

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