HomeSort by relevance Sort by last modified time
    Searched full:pcap_assert (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-dos.h 216 #define PCAP_ASSERT(x) ((void)0)
219 void pcap_assert (const char *what, const char *file, unsigned line);
221 #define PCAP_ASSERT(x) do { \
223 pcap_assert (#x, __FILE__, __LINE__); \
pcap-dos.c 249 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
257 PCAP_ASSERT (dev->release_rx_buf);
479 PCAP_ASSERT (dev->probe);
544 PCAP_ASSERT (dev->probe);
549 PCAP_ASSERT (dev->close); /* set by probe routine */
593 * pcap_assert() is mainly used for debugging
595 void pcap_assert (const char *what, const char *file, unsigned line) function
629 PCAP_ASSERT (dev->name);
636 PCAP_ASSERT (dev->probe);
658 PCAP_ASSERT (dev->open)
    [all...]

Completed in 4637 milliseconds