Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dip.h37 extern int PacketCheck(struct bundle *, u_int32_t, const unsigned char *, int,
H A Dip.c558 PacketCheck(struct bundle *bundle, u_int32_t family, in PacketCheck() function
681 result = PacketCheck(bundle, AF_INET, payload + sizeof *uh + 4, in PacketCheck()
749 result = PacketCheck(bundle, AF_INET6, payload, nb - (payload - packet), in PacketCheck()
770 result = PacketCheck(bundle, AF_INET, payload, nb - (payload - packet), in PacketCheck()
926 if (PacketCheck(bundle, af, tun.data, nb, &bundle->filter.in, in ip_Input()
H A Dnat_cmd.c585 PacketCheck(bundle, AF_INET, MBUF_CTOP(bp), bp->m_len, NULL, in nat_LayerPull()
H A Dbundle.c595 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.in, in bundle_DescriptorRead()
617 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.dial, in bundle_DescriptorRead()
633 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.out, in bundle_DescriptorRead()