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

/external/libpcap/
H A Dpcap-dos.c482 probed_dev = (struct device*) dev; /* remember last probed device */
632 if (!probed_dev) /* user didn't call pcap_lookupdev() first */
641 probed_dev = dev; /* device is probed okay and may be used */
643 else if (dev != probed_dev)
687 if (!probed_dev)
1065 struct device *probed_dev = NULL; /* the device we have probed */ variable in typeref:struct:device

Completed in 85 milliseconds