HomeSort by relevance Sort by last modified time
    Searched refs:PCAP_D_IN (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap.h 125 PCAP_D_IN,
pcap-bpf.c 1108 direction = (d == PCAP_D_IN) ? BPF_D_IN :
1113 (d == PCAP_D_IN) ? "PCAP_D_IN" :
1135 (d == PCAP_D_INOUT) ? "PCAP_D_INOUT" : "PCAP_D_IN",
pcap-linux.c 564 if (handle->direction == PCAP_D_IN)
    [all...]

Completed in 426 milliseconds