OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:probed_dev
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-dos.h
209
extern struct device *
probed_dev
;
pcap-dos.c
462
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
[
all
...]
Completed in 25 milliseconds