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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap.c1523 static struct pcap *pcaps_to_close; variable in typeref:struct:pcap
1536 while ((handle = pcaps_to_close) != NULL)
1564 p->md.next = pcaps_to_close;
1565 pcaps_to_close = p;
1573 for (pc = pcaps_to_close, prevpc = NULL; pc != NULL;
1583 pcaps_to_close = pc->md.next;

Completed in 94 milliseconds