Lines Matching refs:pcap_assert
247 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
255 PCAP_ASSERT (dev->release_rx_buf);
477 PCAP_ASSERT (dev->probe);
542 PCAP_ASSERT (dev->probe);
547 PCAP_ASSERT (dev->close); /* set by probe routine */
591 * pcap_assert() is mainly used for debugging
593 void pcap_assert (const char *what, const char *file, unsigned line)
627 PCAP_ASSERT (dev->name);
634 PCAP_ASSERT (dev->probe);
656 PCAP_ASSERT (dev->open);
1304 PCAP_ASSERT (pktq_check (&active_dev->queue));
1313 PCAP_ASSERT (tail->size < active_dev->queue.elem_size-4-2);
1330 PCAP_ASSERT (&tail->data[0] == buf);
1415 PCAP_ASSERT (size >= sizeof(struct rx_elem) + sizeof(DWORD));
1416 PCAP_ASSERT (num);
1417 PCAP_ASSERT (pool);
1426 PCAP_ASSERT (((unsigned)(&elem->data[0]) & 3) == 0);