OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCAP_ERROR_BREAK
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/pcap/
pcap.h
247
#define
PCAP_ERROR_BREAK
-2 /* loop terminated by pcap_breakloop */
/external/libpcap/
pcap-win32.c
211
* has, and return
PCAP_ERROR_BREAK
to indicate
215
return (
PCAP_ERROR_BREAK
);
242
* packets, clear the flag and return
PCAP_ERROR_BREAK
252
return (
PCAP_ERROR_BREAK
);
pcap-linux.c
[
all
...]
pcap-bpf.c
841
* has, and return
PCAP_ERROR_BREAK
to indicate
845
return (
PCAP_ERROR_BREAK
);
958
* packets, clear the flag and return
PCAP_ERROR_BREAK
985
return (
PCAP_ERROR_BREAK
);
[
all
...]
pcap.c
[
all
...]
Completed in 105 milliseconds