Lines Matching defs:dev
241 volatile struct device *dev; /* might be reset by sig_handler */ in pcap_read_one() local
357 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_stats_dos() local
390 struct device *dev = p ? get_device (p->fd) : NULL; in pcap_stats_ex() local
469 struct device *dev; in pcap_lookupdev() local
533 struct device *dev; in pcap_findalldevs() local
623 struct device *dev; in open_driver() local
702 struct device *dev = active_dev; in close_driver() local
769 struct device *dev; in first_init() local
891 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_sendpacket_dos() local
1073 static void pkt_close (struct device *dev) in pkt_close()
1085 static int pkt_open (struct device *dev) in pkt_open()
1101 static int pkt_xmit (struct device *dev, const void *buf, int len) in pkt_xmit()
1116 static void *pkt_stats (struct device *dev) in pkt_stats()
1129 static int pkt_probe (struct device *dev) in pkt_probe()
1151 static void ndis_close (struct device *dev) in ndis_close()
1159 static int ndis_open (struct device *dev) in ndis_open()
1173 static void *ndis_stats (struct device *dev) in ndis_stats()
1182 static int ndis_probe (struct device *dev) in ndis_probe()