OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCAP_D_OUT
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
pcap.h
126
PCAP_D_OUT
pcap-bpf.c
1109
((d ==
PCAP_D_OUT
) ? BPF_D_OUT : BPF_D_INOUT);
1114
((d ==
PCAP_D_OUT
) ? "
PCAP_D_OUT
" : "PCAP_D_INOUT"),
1123
* We don't support
PCAP_D_OUT
.
1125
if (d ==
PCAP_D_OUT
) {
1127
"Setting direction to
PCAP_D_OUT
is not supported on BPF");
pcap-linux.c
571
if (handle->direction ==
PCAP_D_OUT
)
[
all
...]
Completed in 264 milliseconds