Searched refs:PCAP_D_OUT (Results 1 – 3 of 3) sorted by relevance
1109 ((d == PCAP_D_OUT) ? BPF_D_OUT : BPF_D_INOUT); in pcap_setdirection_bpf()1114 ((d == PCAP_D_OUT) ? "PCAP_D_OUT" : "PCAP_D_INOUT"), in pcap_setdirection_bpf()1125 if (d == PCAP_D_OUT) { in pcap_setdirection_bpf()
126 PCAP_D_OUT enumerator
571 if (handle->direction == PCAP_D_OUT) in pcap_read_packet()