Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ if_freenameindex(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

if_indextoname(3)

if_nameindex(3)

if_nametoindex(3)

if_freenameindex(3)  —  Subroutines

NAME

if_freenameindex − Free dynamic memory allocated to the array of interface names and indexes

SYNOPSIS

#include <net/if.h>
void ∗if_freenameindex(
        struct if_nameindex ∗ptr );

LIBRARY

Standard C Library (libc)

PARAMETERS

ptrPoints to an array of structures returned by the if_nameindex() routine. 

DESCRIPTION

The if_freenameindex() function frees dynamic memory allocated to the array of interface names and indexes that the if_nameindex() function returned. 

SEE ALSO

Functions: if_indextoname(3), if_nameindex(3), if_nametoindex(3). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026