Home | History | Annotate | Download | only in libpcap

Lines Matching refs:PCAP_IF_LOOPBACK

98 		f = (iff->flags == PCAP_IF_LOOPBACK)	? "L"				: "";
613 if (flags) iff->flags = PCAP_IF_LOOPBACK; /* if this is a loopback style interface, lets mark it as such */