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

  /external/libpcap/
pcap-dos.h 214 #define PCAP_ASSERT(x) ((void)0)
217 void pcap_assert (const char *what, const char *file, unsigned line);
219 #define PCAP_ASSERT(x) do { \
221 pcap_assert (#x, __FILE__, __LINE__); \
pcap-dos.c 247 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
255 PCAP_ASSERT (dev->release_rx_buf);
486 PCAP_ASSERT (dev->probe);
556 PCAP_ASSERT (dev->probe);
561 PCAP_ASSERT (dev->close); /* set by probe routine */
607 * pcap_assert() is mainly used for debugging
609 void pcap_assert (const char *what, const char *file, unsigned line) function
643 PCAP_ASSERT (dev->name);
650 PCAP_ASSERT (dev->probe);
672 PCAP_ASSERT (dev->open)
    [all...]

Completed in 184 milliseconds