OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
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)
function
627
PCAP_ASSERT
(dev->name);
634
PCAP_ASSERT
(dev->probe);
656
PCAP_ASSERT
(dev->open)
[
all
...]
Completed in 395 milliseconds