PCAP_FREEALLDEVS(3) PCAP_FREEALLDEVS(3)

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(3), pcap_findalldevs(3)
5 April 2008