1PCAP_FREEALLDEVS(3PCAP) PCAP_FREEALLDEVS(3PCAP)
23
4
NAME
6pcap_freealldevs - free a list of capture devices
7
SYNOPSIS
9#include <pcap/pcap.h>
1011
void pcap_freealldevs(pcap_if_t *alldevs);
12
DESCRIPTION
14pcap_freealldevs() is used to free a list allocated by pcap_find‐
15alldevs().
16
SEE ALSO
18pcap(3PCAP), pcap_findalldevs(3PCAP)
1920
21
22
5 April 2008 PCAP_FREEALLDEVS(3PCAP)