Lines Matching defs:dev
243 volatile struct device *dev; /* might be reset by sig_handler */ in pcap_read_one() local
359 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_stats_dos() local
392 struct device *dev = p ? get_device (p->fd) : NULL; in pcap_stats_ex() local
471 struct device *dev; in pcap_lookupdev() local
535 struct device *dev; in pcap_findalldevs() local
625 struct device *dev; in open_driver() local
704 struct device *dev = active_dev; in close_driver() local
771 struct device *dev; in first_init() local
893 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_sendpacket_dos() local
1075 static void pkt_close (struct device *dev) in pkt_close()
1087 static int pkt_open (struct device *dev) in pkt_open()
1103 static int pkt_xmit (struct device *dev, const void *buf, int len) in pkt_xmit()
1118 static void *pkt_stats (struct device *dev) in pkt_stats()
1131 static int pkt_probe (struct device *dev) in pkt_probe()
1153 static void ndis_close (struct device *dev) in ndis_close()
1161 static int ndis_open (struct device *dev) in ndis_open()
1175 static void *ndis_stats (struct device *dev) in ndis_stats()
1184 static int ndis_probe (struct device *dev) in ndis_probe()