Searched refs:FilterCheck (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dip.h41 extern int FilterCheck(const unsigned char *, u_int32_t, const struct filter *,
H A Dip.c170 * the many times it is needed in FilterCheck, only on demand
174 * calculated prototxt at the beginning of FilterCheck, an
211 FilterCheck(const unsigned char *packet, function
872 if (filter && FilterCheck(packet, family, filter, psecs)) {
883 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs))
931 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) {
H A Dipv6cp.c450 if (!FilterCheck(MBUF_CTOP(bp), AF_INET6, &bundle->filter.alive,
H A Dipcp.c1471 if (!FilterCheck(MBUF_CTOP(bp), AF_INET, &bundle->filter.alive,

Completed in 48 milliseconds