HomeSort by relevance Sort by last modified time
    Searched refs:PacketCheck (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
ip.h 37 extern int PacketCheck(struct bundle *, u_int32_t, const unsigned char *, int,
ip.c 558 PacketCheck(struct bundle *bundle, u_int32_t family,
681 result = PacketCheck(bundle, AF_INET, payload + sizeof *uh + 4,
749 result = PacketCheck(bundle, AF_INET6, payload, nb - (payload - packet),
770 result = PacketCheck(bundle, AF_INET, payload, nb - (payload - packet),
924 if (PacketCheck(bundle, af, tun.data, nb, &bundle->filter.in,
nat_cmd.c 584 PacketCheck(bundle, AF_INET, MBUF_CTOP(bp), bp->m_len, NULL,
bundle.c 595 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.in,
617 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.dial,
633 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.out,
    [all...]

Completed in 59 milliseconds