Lines Matching defs:pcap_assert
263 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
271 PCAP_ASSERT (dev->release_rx_buf);
518 PCAP_ASSERT (dev->probe);
589 PCAP_ASSERT (dev->probe);
594 PCAP_ASSERT (dev->close); /* set by probe routine */
641 * pcap_assert() is mainly used for debugging
643 void pcap_assert (const char *what, const char *file, unsigned line)
677 PCAP_ASSERT (dev->name);
684 PCAP_ASSERT (dev->probe);
706 PCAP_ASSERT (dev->open);
1352 PCAP_ASSERT (pktq_check (&active_dev->queue));
1361 PCAP_ASSERT (tail->size < active_dev->queue.elem_size-4-2);
1378 PCAP_ASSERT (&tail->data[0] == buf);
1463 PCAP_ASSERT (size >= sizeof(struct rx_elem) + sizeof(DWORD));
1464 PCAP_ASSERT (num);
1465 PCAP_ASSERT (pool);
1474 PCAP_ASSERT (((unsigned)(&elem->data[0]) & 3) == 0);