Searched refs:PacketCheck (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | ip.h | 39 extern int PacketCheck(struct bundle *, u_int32_t, const unsigned char *, int,
|
| H A D | ip.c | 560 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 D | nat_cmd.c | 587 PacketCheck(bundle, AF_INET, MBUF_CTOP(bp), bp->m_len, NULL, in nat_LayerPull()
|
| H A D | bundle.c | 597 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()
|