
#include "vipl_priv.h"Go to the source code of this file.
Functions | |
| VIP_ENTRY_POINT VIP_RETURN | VipNSInit (VIP_NIC_HANDLE NicHandle, VIP_PVOID NSInitInfo) |
Definition in file vipnsinit.c.
|
||||||||||||
|
VipNSInit() initializes the name service using the specified parameters. The name service is always initialized successfully by specifying the default behavior (e.g. set the NSInitInfo parameter to (VIP_PVOID) 0). A different value for NSInitInfo is invalid.
Definition at line 44 of file vipnsinit.c. References VIP_DEBUG, VIP_DEBUG_LABEL, VIP_ERROR_NAMESERVICE, VIP_INVALID_NIC_HANDLE, VIP_INVALID_PARAMETER, VIP_MUTEX_LOCK, VIP_MUTEX_UNLOCK, VIP_SUCCESS, and VIP_TRUE. |
1.4.4.