PCAP_FREEALLDEVS
Section: Misc. Reference Manual Pages (3PCAP)
Updated: 5 April 2008
Index
Return to Main Contents
NAME
pcap_freealldevs - free a list of capture devices
SYNOPSIS
#include <pcap/pcap.h>
void pcap_freealldevs(pcap_if_t *alldevs);
DESCRIPTION
pcap_freealldevs()
is used to free a list allocated by
pcap_findalldevs().
SEE ALSO
pcap(3PCAP), pcap_findalldevs(3PCAP)