Kernel functions net_instance_register(9F) NAME net_instance_register - register a set of instances to occur with IP instance events SYNOPSIS #include int net_instance_register(net_instance_t *instances); INTERFACE LEVEL Solaris DDI specific (Solaris DDI) PARAMETERS instances must be a pointer returned by net_instance_alloc. DESCRIPTION This function attempts to record the set of functions passed in via instances to be called when an event related to IP instance maintenence occurs. If successful, the _create function is called for each existing instance of IP that currently exists. RETURN VALUES If the call fails due to the name in the instance already being present, DDI_FAILURE is returned, else DDI_SUCCESS to indicate success. ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: ____________________________________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |_____________________________|_____________________________| | Interface Stability | Committed | |_____________________________|_____________________________| SEE ALSO net_instance(9s) net_instance_unregister(9f) SunOS 5.11 Last change: 25 March 2008 1