Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.c98 static struct device *handle_to_device [20]; variable
140 if (fd <= 0 || fd >= sizeof(handle_to_device)/sizeof(handle_to_device[0])) in get_device()
142 return handle_to_device [fd-1]; in get_device()
196 handle_to_device [pcap->fd-1] = active_dev; in pcap_open_live()
433 handle_to_device [p->fd-1] = NULL; in pcap_close_dos()