Home | History | Annotate | Download | only in libpcap

Lines Matching refs:PCAP_D_OUT

2703 	    ((d == PCAP_D_OUT) ? BPF_D_OUT : BPF_D_INOUT);
2708 ((d == PCAP_D_OUT) ? "PCAP_D_OUT" : "PCAP_D_INOUT"),
2717 * We don't support PCAP_D_OUT.
2719 if (d == PCAP_D_OUT) {
2721 "Setting direction to PCAP_D_OUT is not supported on BPF");