Query: net_zoneidtonetid
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
net_zoneidtonetid(9F) Kernel Functions for Drivers net_zoneidtonetid(9F)NAMEnet_zoneidtonetid - map a zoneid_t struture identifier to a netid_t structureSYNOPSIS#include <sys/neti.h> netid_t net_zoneidtonetid(const zoneid_t zone);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERSzone valid zoneid_t structure that refers to a running zone.DESCRIPTIONThe net_zoneidtonetid() function maps the given zoneid_t structure (used to represent a zone that is currently running) into a netid_t structure that is associated with the IP instance supporting network functions for that zone.RETURN VALUESThe net_zoneidtonetid() function returns -1 if no mapping took place. Otherwise, it returns the netid_t structure currently used by the zoneid_t structure. For zones that are using a shared IP instance, the netid_t structure for the instance owned by the global zone is returned.CONTEXTThe net_zoneidtonetid() function may be called from user, kernel, or interrupt context.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+SEE ALSOnet_netidtozonid(9F), attributes(5) SunOS 5.11 1 May 2008 net_zoneidtonetid(9F)
Similar Topics in the Unix Linux Community |
---|
df error for lofs file system in local zone. |
Zone hang issue |
Finding the global zone name |
ulimit in Solaris-10 zone |
Library file error while running command |