Home
last modified time | relevance | path

Searched defs:filterent (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dfilter.h55 struct filterent { struct
56 int f_proto; /* Protocol: getprotoby*() */
57 unsigned f_action : 8; /* Filtering action: goto or A_... */
81 struct filterent rule[MAXFILTERS]; /* incoming packet filter */ argument