Searched refs:getnetconfig (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/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 \
26 getnetconfig.3 setnetconfig.3 \
27 getnetconfig.3 getnetconfigent.3 \
28 getnetconfig.3 endnetconfig.3 \
29 getnetconfig.3 nc_perror.3 \
30 getnetconfig.3 nc_sperror.3 \
H A Dgetnetpath.c171 if ((ncp = getnetconfig(np_sessionp->nc_handlep))
H A Dgetnetconfig.c1 /* $NetBSD: getnetconfig.c,v 1.19 2011/10/15 23:00:02 christos Exp $ */
37 static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI";
39 __RCSID("$NetBSD: getnetconfig.c,v 1.19 2011/10/15 23:00:02 christos Exp $");
60 __weak_alias(getnetconfig,_getnetconfig)
196 * getnetconfig() to parse the file. Each call to getnetconfig() using the
198 * setnetconfig() must be called before the first call to getnetconfig().
238 * When first called, getnetconfig() returns a pointer to the first entry in
240 * call, getnetconfig() returns a pointer to the next entry in the database.
241 * getnetconfig() ca
246 getnetconfig(handlep) function
[all...]
H A Drpc_generic.c286 while ((nconf = getnetconfig(confighandle)) != NULL) {
399 nconf = getnetconfig(handle->nhandle);
H A Drpcb_clnt.c505 while ((nconf = getnetconfig(nc_handle)) != NULL) {
/netbsd-6-1-5-RELEASE/include/
H A Dnetconfig.h110 struct netconfig *getnetconfig(void *);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c70 ncp = getnetconfig(handlep);
187 plog(XLOG_ERROR, "getnetconfig for tcp failed: %s", nc_sperror());
234 plog(XLOG_ERROR, "getnetconfig for udp failed: %s", nc_sperror());
337 if ((nc = getnetconfig(nc_handle)) == (struct netconfig *) NULL) {
338 plog(XLOG_ERROR, "Error accessing getnetconfig: %s", nc_sperror());
348 * This is the primary reason for the getnetconfig code above: to get the
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Drpc_generic.c289 while ((nconf = getnetconfig(confighandle)) != NULL) {
402 nconf = getnetconfig(handle->nhandle);
H A Drpcb_clnt.c506 while ((nconf = getnetconfig(nc_handle)) != NULL) {
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcbind.c145 while ((nconf = getnetconfig(nc_handle))) {
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c163 while ((nconf = getnetconfig(nc_handle))) {
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h321 #define getnetconfig _getnetconfig macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h467 extern struct netconfig * getnetconfig(void *);

Completed in 109 milliseconds