Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dpcap.c4035 static struct pcap *pcaps_to_close; variable
4048 while ((handle = pcaps_to_close) != NULL) {
4067 if (pcaps_to_close == handle)
4095 p->next = pcaps_to_close;
4096 pcaps_to_close = p;
4104 for (pc = pcaps_to_close, prevpc = NULL; pc != NULL;
4114 pcaps_to_close = pc->next;