Home | History | Annotate | Download | only in libpcap

Lines Matching full:handle_to_device

96 static struct device *handle_to_device [20];
139 if (fd <= 0 || fd >= sizeof(handle_to_device)/sizeof(handle_to_device[0]))
141 return handle_to_device [fd-1];
210 handle_to_device [pcap->fd-1] = active_dev;
453 handle_to_device [p->fd-1] = NULL;
701 /* !!todo: loop over all 'handle_to_device[]' ? */