Content-type: text/html Man page of net_instance_free

net_instance_free

Section: Kernel Functions for Drivers (9F)
Updated: 1 May 2008
Index Return to Main Contents
 

NAME

net_instance_free - free a net_instance_t structure  

SYNOPSIS

#include <sys/neti.h>

void net_instance_free(net_instance_t *net_instance);

 

INTERFACE LEVEL

Solaris DDI specific (Solaris DDI).  

PARAMETERS

net_instance

pointer returned by net_instance_alloc(9F).

 

DESCRIPTION

The net_instance_free() function frees a net_instance_t structure that was originally allocated by net_instance_alloc(9F).  

CONTEXT

The net_instance_free() function may be called from user, kernel, or interrupt context.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE

AvailabilitySUNWcsu

Interface Stability

 

SEE ALSO

net_instance_alloc(9F), attributes(5), net_instance_t(9S)


 

Index

NAME
SYNOPSIS
INTERFACE LEVEL
PARAMETERS
DESCRIPTION
CONTEXT
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:43 GMT, October 02, 2010