HomeSort by relevance Sort by last modified time
    Searched full:handle_to_device (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-dos.c 98 static struct device *handle_to_device [20]; variable in typeref:struct:device
140 if (fd <= 0 || fd >= sizeof(handle_to_device)/sizeof(handle_to_device[0]))
142 return handle_to_device [fd-1];
196 handle_to_device [pcap->fd-1] = active_dev;
433 handle_to_device [p->fd-1] = NULL;
679 /* !!todo: loop over all 'handle_to_device[]' ? */
    [all...]

Completed in 37 milliseconds