OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCAP_ASSERT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-dos.c
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)
function
677
PCAP_ASSERT
(dev->name);
684
PCAP_ASSERT
(dev->probe);
706
PCAP_ASSERT
(dev->open)
[
all
...]
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__); \
Completed in 14 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026