Searched refs:handle_to_device (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dos.c98 static struct device *handle_to_device [20]; variable in typeref:struct:device
141 if (fd <= 0 || fd >= sizeof(handle_to_device)/sizeof(handle_to_device[0]))
143 return handle_to_device [fd-1];
202 handle_to_device [pcap->fd-1] = active_dev;
438 handle_to_device [p->fd-1] = NULL;
684 /* !!todo: loop over all 'handle_to_device[]' ? */

Completed in 110 milliseconds