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

/external/libpcap/
H A Dpcap-dos.c138 static struct device *get_device (int fd) function
229 dev = get_device (p->fd);
341 struct device *dev = p ? get_device(p->fd) : NULL;
373 struct device *dev = p ? get_device (p->fd) : NULL;
430 if (!get_device(p->fd))
869 struct device *dev = p ? get_device(p->fd) : NULL;

Completed in 63 milliseconds