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

  /src/lib/libc/rpc/
Makefile.inc 10 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 \
getnetpath.c 170 if ((ncp = getnetconfig(np_sessionp->nc_handlep))
getnetconfig.c 1 /* $NetBSD: getnetconfig.c,v 1.25 2017/06/30 10:03:34 christos Exp $ */
37 static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI";
39 __RCSID("$NetBSD: getnetconfig.c,v 1.25 2017/06/30 10:03:34 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() can thus be used to search the entire netconfig file
246 getnetconfig(void *handlep) function in typeref:struct:netconfig *
    [all...]
rpc_generic.c 285 while ((nconf = getnetconfig(confighandle)) != NULL) {
396 nconf = getnetconfig(handle->nhandle);
rpcb_clnt.c 489 while ((nconf = getnetconfig(nc_handle)) != NULL) {
  /src/include/
netconfig.h 110 struct netconfig *getnetconfig(void *);
  /src/usr.sbin/rpcbind/
rpcbind.c 205 while ((nconf = getnetconfig(nc_handle))) {
  /src/lib/libc/include/
namespace.h 394 #define getnetconfig _getnetconfig macro

Completed in 18 milliseconds