Home
last modified time | relevance | path

Searched refs:PCAP_D_OUT (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dpcap-bt-linux.c364 if ((in && (handle->direction == PCAP_D_OUT)) || in bt_read_linux()
Dpcap-bpf.c3232 ((d == PCAP_D_OUT) ? BPF_D_OUT : BPF_D_INOUT);
3237 ((d == PCAP_D_OUT) ? "PCAP_D_OUT" : "PCAP_D_INOUT"));
3247 if (d == PCAP_D_OUT) {
Dpcap-usb-linux.c811 if (handle->direction == PCAP_D_OUT) in usb_read_linux()
Dpcap-linux.c1721 handle->direction != PCAP_D_OUT)
1734 if (handle->direction == PCAP_D_OUT)
/external/libpcap/pcap/
Dpcap.h184 PCAP_D_OUT enumerator
/external/tcpdump/
Dtcpdump.c1355 Qflag = PCAP_D_OUT; in main()