Manages socket descriptors for processes that access multiple domains.
#include <rpcsvc/ypclnt.h> #include <rpcsvc/yp_prot.h>
void yp_unbind (indomain) char *indomain;
The yp_unbind subroutine is available to manage socket descriptors for processes that access multiple domains. When the yp_unbind subroutine is used to free a domain, all per-process and per-node resources that were used to bind the domain are also freed.
indomain | Points to the name of the domain used as input to the subroutine. |
Upon successful completion, this routine returns a value of 0. If unsuccessful, it returns one of the error codes described in the rpcsvc/yp_prot.h file.
This subroutine is part of Base Operating System (BOS) Runtime.
The yp_bind subroutine.
The ypbind daemon.
Network Information Service (NIS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.
List of NIS Programming References, Remote Procedure Call (RPC) Overview for Programming, and Sockets Overview in AIX Version 4.3 Communications Programming Concepts.