Home
last modified time | relevance | path

Searched refs:PCAP_D_IN (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dpcap.h125 PCAP_D_IN, enumerator
Dpcap-bpf.c1108 direction = (d == PCAP_D_IN) ? BPF_D_IN : in pcap_setdirection_bpf()
1113 (d == PCAP_D_IN) ? "PCAP_D_IN" : in pcap_setdirection_bpf()
Dpcap-linux.c564 if (handle->direction == PCAP_D_IN) in pcap_read_packet()