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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dip.h39 extern int FilterCheck(const unsigned char *, u_int32_t, const struct filter *,
H A Dip.c168 * the many times it is needed in FilterCheck, only on demand
172 * calculated prototxt at the beginning of FilterCheck, an
209 FilterCheck(const unsigned char *packet, function
870 if (filter && FilterCheck(packet, family, filter, psecs)) {
881 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs))
929 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) {
H A Dipv6cp.c448 if (!FilterCheck(MBUF_CTOP(bp), AF_INET6, &bundle->filter.alive,
H A Dipcp.c1469 if (!FilterCheck(MBUF_CTOP(bp), AF_INET, &bundle->filter.alive,

Completed in 53 milliseconds