Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap.c4026 static struct pcap *pcaps_to_close; variable
4039 while ((handle = pcaps_to_close) != NULL) {
4058 if (pcaps_to_close == handle)
4086 p->next = pcaps_to_close;
4087 pcaps_to_close = p;
4095 for (pc = pcaps_to_close, prevpc = NULL; pc != NULL;
4105 pcaps_to_close = pc->next;