[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 1


if_freenameindex Subroutine

Purpose

Frees memory allocated by if_nameindex

Library

Library (libinet.a)

Syntax

#include <net/if.h>

void if_freenameindex (struct if_nameindex *ptr);

Description

The argument to this function must be a pointer that was returned by if_nameindex.

Related Information

The if_nametoindex (if_nametoindex Subroutine) subroutine, if_indextoname (if_indextoname Subroutine) subroutine, and if_nameindex (getgrent, getgrgid, getgrnam, setgrent, or endgrent Subroutine) subroutine.

Subroutines Overview in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]