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

/freebsd-current/contrib/libpcap/
H A Dpcap.c3907 static struct pcap *pcaps_to_close; variable in typeref:struct:pcap
3920 while ((handle = pcaps_to_close) != NULL) {
3933 * have been removed from the list, so pcaps_to_close
3939 if (pcaps_to_close == handle)
3967 p->next = pcaps_to_close;
3968 pcaps_to_close = p;
3976 for (pc = pcaps_to_close, prevpc = NULL; pc != NULL;
3986 pcaps_to_close = pc->next;

Completed in 77 milliseconds