Lines Matching defs:setnetconfig
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)
359 * may not be called before setnetconfig(). endnetconfig() returns 0 on
360 * success and -1 on failure (for example, if setnetconfig() was not called