[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, 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 subroutine, if_indextoname subroutine, and if_nameindex subroutine.

Subroutines Overview in AIX Version 4 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Contents | Glossary | Home | Search ]