Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dpcap-bt-linux.c365 if ((in && (handle->direction == PCAP_D_OUT)) || in bt_read_linux()
H A Dpcap-bpf.c3264 ((d == PCAP_D_OUT) ? BPF_D_OUT : BPF_D_INOUT);
3269 ((d == PCAP_D_OUT) ? "PCAP_D_OUT" : "PCAP_D_INOUT"));
3283 if (d == PCAP_D_OUT) {
H A Dpcap-usb-linux.c910 if (handle->direction == PCAP_D_OUT) in usb_read_linux()
H A Dpcap-linux.c1763 handle->direction != PCAP_D_OUT)
1776 if (handle->direction == PCAP_D_OUT)
/freebsd-13.1/contrib/libpcap/pcap/
H A Dpcap.h183 PCAP_D_OUT enumerator
/freebsd-13.1/contrib/tcpdump/
H A Dtcpdump.c1398 Qflag = PCAP_D_OUT; in main()