Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libpcap/
H A Dpcap-bt-linux.c364 if ((in && (handle->direction == PCAP_D_OUT)) || in bt_read_linux()
H A 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) {
H A Dpcap-usb-linux.c811 if (handle->direction == PCAP_D_OUT) in usb_read_linux()
H A Dpcap-linux.c1721 handle->direction != PCAP_D_OUT)
1734 if (handle->direction == PCAP_D_OUT)
/freebsd-12.1/contrib/libpcap/pcap/
H A Dpcap.h182 PCAP_D_OUT enumerator
/freebsd-12.1/contrib/tcpdump/
H A Dtcpdump.c1421 Qflag = PCAP_D_OUT; in main()