OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCAP_IF_LOOPBACK
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/tests/
findalldevstest.c
71
printf("\tLoopback: %s\n",(d->flags &
PCAP_IF_LOOPBACK
)?"yes":"no");
/external/libpcap/
inet.c
158
if (dev->flags &
PCAP_IF_LOOPBACK
)
355
curdev->flags |=
PCAP_IF_LOOPBACK
;
853
if (alldevs == NULL || (alldevs->flags &
PCAP_IF_LOOPBACK
)) {
pcap-sita.c
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 */
[
all
...]
/external/libpcap/pcap/
pcap.h
222
#define
PCAP_IF_LOOPBACK
0x00000001 /* interface is loopback */
/external/tcpdump/
tcpdump.c
398
{
PCAP_IF_LOOPBACK
, "Loopback" },
[
all
...]
Completed in 574 milliseconds