Home
last modified time | relevance | path

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

/freebsd-12.1/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, in PacketCheck() function
683 result = PacketCheck(bundle, AF_INET, payload + sizeof *uh + 4, in PacketCheck()
751 result = PacketCheck(bundle, AF_INET6, payload, nb - (payload - packet), in PacketCheck()
772 result = PacketCheck(bundle, AF_INET, payload, nb - (payload - packet), in PacketCheck()
930 if (PacketCheck(bundle, af, tun.data, nb, &bundle->filter.in, in ip_Input()
H A Dnat_cmd.c587 PacketCheck(bundle, AF_INET, MBUF_CTOP(bp), bp->m_len, NULL, in nat_LayerPull()
H A Dbundle.c597 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.in, in bundle_DescriptorRead()
619 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.dial, in bundle_DescriptorRead()
635 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.out, in bundle_DescriptorRead()