HomeSort by: relevance | last modified time | path
    Searched refs:setnetconfig (Results 1 - 8 of 8) sorted by relevancy

  /src/include/
netconfig.h 109 void *setnetconfig(void);
  /src/lib/libc/rpc/
getnetpath.c 108 if ((np_sessionp->nc_handlep = setnetconfig()) == NULL) {
165 np_sessionp->nc_handlep = setnetconfig();
getnetconfig.c 61 __weak_alias(setnetconfig,_setnetconfig)
84 #define NC_NOTINIT EINVAL /* setnetconfig was not called first */
116 int ref; /* # of times setnetconfig() has been called */
192 * A call to setnetconfig() establishes a /etc/netconfig "session". A session
194 * a call to setnetconfig()) searches through the /etc/netconfig database will
198 * setnetconfig() must be called before the first call to getnetconfig().
201 * A new session is established with each call to setnetconfig(), with a new
206 * setnetconfig() need *not* be called before a call to getnetconfigent().
207 * setnetconfig() returns a NULL pointer on failure (for example, if
211 setnetconfig(void function in typeref:typename:void *
    [all...]
Makefile.inc 26 getnetconfig.3 setnetconfig.3 \
rpc_generic.c 281 if (!(confighandle = setnetconfig())) {
363 if (!(handle->nhandle = setnetconfig())) {
rpcb_clnt.c 481 nc_handle = setnetconfig();
  /src/usr.sbin/rpcbind/
rpcbind.c 188 nc_handle = setnetconfig(); /* open netconfig file */
  /src/lib/libc/include/
namespace.h 639 #define setnetconfig _setnetconfig macro

Completed in 39 milliseconds