Searched defs:probed_dev (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dpcap-dos.c462 probed_dev = (struct device*) dev; /* remember last probed device */
610 if (!probed_dev) /* user didn't call pcap_lookupdev() first */
619 probed_dev = dev; /* device is probed okay and may be used */
621 else if (dev != probed_dev)
665 if (!probed_dev)
1043 struct device *probed_dev = NULL; /* the device we have probed */ variable in typeref:struct:device

Completed in 84 milliseconds