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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap.c1512 * If there are any such pcaps, we arrange to call "pcap_close_all()"
1518 * TRUE if we've already called "atexit()" to cause "pcap_close_all()" to
1524 pcap_close_all(void) function
1537 * "pcap_close_all()" called when we exit.
1540 if (atexit(pcap_close_all) == -1) {

Completed in 107 milliseconds