Home | History | Annotate | Download | only in libpcap

Lines Matching refs:PCAP_D_IN

2702 	direction = (d == PCAP_D_IN) ? BPF_D_IN :
2707 (d == PCAP_D_IN) ? "PCAP_D_IN" :
2729 (d == PCAP_D_INOUT) ? "PCAP_D_INOUT" : "PCAP_D_IN",