Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dpcap.h147 PCAP_D_OUT enumerator
/external/libpcap/
Dpcap-bt-linux.c353 if ((in && (handle->direction == PCAP_D_OUT)) || in bt_read_linux()
Dpcap-bpf.c3059 ((d == PCAP_D_OUT) ? BPF_D_OUT : BPF_D_INOUT);
3064 ((d == PCAP_D_OUT) ? "PCAP_D_OUT" : "PCAP_D_INOUT"),
3075 if (d == PCAP_D_OUT) {
Dpcap-usb-linux.c593 if (handle->direction == PCAP_D_OUT) in usb_read_linux()
Dpcap-linux.c1658 handle->direction != PCAP_D_OUT)
1671 if (handle->direction == PCAP_D_OUT)
/external/tcpdump/
Dtcpdump.c1364 Qflag = PCAP_D_OUT; in main()