man pages section 9: DDI and DKI Kernel Functions
  Search only this book
View this book in:
Download this book in PDF (3391 KB)

net_inject_free(9F)

Name | Synopsis | Interface Level | Parameters | Description | Context | Attributes | See Also

Name

    net_inject_free– free a net_inject_t structure

Synopsis

    #include <sys/neti.h>
    
    void net_inject_free(net_inject_t *inject);

Interface Level

    Solaris DDI specific (Solaris DDI).

Parameters

Description

    The net_inject_free() function frees a net_inject_t structure that was originally allocated by net_inject_alloc(9F).

Context

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

Attributes

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

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    SUNWcsu 

    Interface Stability 

    Committed 

See Also

SunOS 5.10  Last Revised 1 May 2008

Name | Synopsis | Interface Level | Parameters | Description | Context | Attributes | See Also