Lines Matching refs:pcap_assert
233 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
241 PCAP_ASSERT (dev->release_rx_buf);
457 PCAP_ASSERT (dev->probe);
522 PCAP_ASSERT (dev->probe);
527 PCAP_ASSERT (dev->close); /* set by probe routine */
571 * pcap_assert() is mainly used for debugging
573 void pcap_assert (const char *what, const char *file, unsigned line)
605 PCAP_ASSERT (dev->name);
612 PCAP_ASSERT (dev->probe);
634 PCAP_ASSERT (dev->open);
1282 PCAP_ASSERT (pktq_check (&active_dev->queue));
1291 PCAP_ASSERT (tail->size < active_dev->queue.elem_size-4-2);
1308 PCAP_ASSERT (&tail->data[0] == buf);
1393 PCAP_ASSERT (size >= sizeof(struct rx_elem) + sizeof(DWORD));
1394 PCAP_ASSERT (num);
1395 PCAP_ASSERT (pool);
1404 PCAP_ASSERT (((unsigned)(&elem->data[0]) & 3) == 0);