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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bt-linux.c365 if ((in && (handle->direction == PCAP_D_OUT)) ||
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"));
3281 * We don't support PCAP_D_OUT.
3283 if (d == PCAP_D_OUT) {
3285 "Setting direction to PCAP_D_OUT is not supported on BPF");
H A Dpcap-usb-linux.c910 if (handle->direction == PCAP_D_OUT)
H A Dpcap-linux.c1763 handle->direction != PCAP_D_OUT)
1776 if (handle->direction == PCAP_D_OUT)
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap.h183 PCAP_D_OUT enumerator in enum:__anon1236
/freebsd-13-stable/contrib/tcpdump/
H A Dtcpdump.c1398 Qflag = PCAP_D_OUT;

Completed in 99 milliseconds