|
if_freenameindex(3)
Contents
|
if_freenameindex - Free dynamic memory allocated to the
array of interface names and indexes
#include <net/if.h>
void *if_freenameindex(
struct if_nameindex *ptr );
Standard C Library (libc)
Points to an array of structures returned by the
if_nameindex() routine.
The if_freenameindex() function frees dynamic memory allocated
to the array of interface names and indexes that the
if_nameindex() function returned.
Functions: if_indextoname(3), if_nameindex(3), if_nametoindex(3).
if_freenameindex(3)
[ Back ] |