Searched refs:PCAP_D_IN (Results 1 – 3 of 3) sorted by relevance
125 PCAP_D_IN, enumerator
1108 direction = (d == PCAP_D_IN) ? BPF_D_IN : in pcap_setdirection_bpf()1113 (d == PCAP_D_IN) ? "PCAP_D_IN" : in pcap_setdirection_bpf()
564 if (handle->direction == PCAP_D_IN) in pcap_read_packet()