Searched refs:FilterCheck (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | ip.h | 41 extern int FilterCheck(const unsigned char *, u_int32_t, const struct filter *,
|
| D | ip.c | 211 FilterCheck(const unsigned char *packet, in FilterCheck() function 876 if (filter && FilterCheck(packet, family, filter, psecs)) { in PacketCheck() 887 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs)) in PacketCheck() 935 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) { in ip_Input()
|
| D | ipv6cp.c | 450 if (!FilterCheck(MBUF_CTOP(bp), AF_INET6, &bundle->filter.alive, in ipv6cp_PushPacket()
|
| D | ipcp.c | 1471 if (!FilterCheck(MBUF_CTOP(bp), AF_INET, &bundle->filter.alive, in ipcp_PushPacket()
|