Searched refs:getnetpath (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/include/
H A Dnetconfig.h116 struct netconfig *getnetpath(void *);
/netbsd-current/lib/libc/rpc/
H A DMakefile.inc10 getnetconfig.c getnetpath.c getrpcent.c getrpcport.c \
21 MAN+= bindresvport.3 getnetconfig.3 getnetpath.3 getrpcent.3 getrpcport.3 \
31 getnetpath.3 setnetpath.3 \
32 getnetpath.3 endnetpath.3 \
H A Dgetnetpath.c1 /* $NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $ */
37 static char sccsid[] = "@(#)getnetpath.c 1.11 91/12/19 SMI";
39 __RCSID("$NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $");
57 __weak_alias(getnetpath,_getnetpath)
87 * must be called before the first call to getnetpath(). A "handle" is
89 * subsequently to getnetpath(). (Handles are used to allow for nested calls
132 * When first called, getnetpath() returns a pointer to the netconfig
135 * On each subsequent call, getnetpath returns a pointer to the netconfig
136 * entry that corresponds to the next valid NETPATH component. getnetpath
139 * When NETPATH has been exhausted, getnetpath() return
151 getnetpath(void *handlep) function
[all...]
H A Drpc_generic.c394 nconf = getnetpath(handle->nhandle);
/netbsd-current/lib/libc/include/
H A Dnamespace.h394 #define getnetpath _getnetpath macro

Completed in 198 milliseconds