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

/freebsd-11-stable/usr.sbin/ppp/
H A Dip.h39 extern int PacketCheck(struct bundle *, u_int32_t, const unsigned char *, int,
H A Dip.c560 PacketCheck(struct bundle *bundle, u_int32_t family, function
683 result = PacketCheck(bundle, AF_INET, payload + sizeof *uh + 4,
751 result = PacketCheck(bundle, AF_INET6, payload, nb - (payload - packet),
772 result = PacketCheck(bundle, AF_INET, payload, nb - (payload - packet),
926 if (PacketCheck(bundle, af, tun.data, nb, &bundle->filter.in,
H A Dnat_cmd.c587 PacketCheck(bundle, AF_INET, MBUF_CTOP(bp), bp->m_len, NULL,
H A Dbundle.c597 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.in,
619 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.dial,
635 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.out,

Completed in 178 milliseconds