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

  /src/lib/libc/rpc/
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...]
  /src/lib/libc/include/
namespace.h 639 #define setnetconfig _setnetconfig macro

Completed in 22 milliseconds