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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap.c1513 * If there are any such pcaps, we arrange to call "pcap_close_all()"
1519 * TRUE if we've already called "atexit()" to cause "pcap_close_all()" to
1525 pcap_close_all(void) function
1538 * "pcap_close_all()" called when we exit.
1541 if (atexit(pcap_close_all) == -1) {

Completed in 45 milliseconds