HomeSort by: relevance | last modified time | path
    Searched refs:getnetconfig (Results 1 - 9 of 9) 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
    [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/external/bsd/am-utils/dist/conf/transp/
transp_tli.c 66 ncp = getnetconfig(handlep);
183 plog(XLOG_ERROR, "getnetconfig for tcp failed: %s", nc_sperror());
230 plog(XLOG_ERROR, "getnetconfig for udp failed: %s", nc_sperror());
333 if ((nc = getnetconfig(nc_handle)) == (struct netconfig *) NULL) {
334 plog(XLOG_ERROR, "Error accessing getnetconfig: %s", nc_sperror());
344 * This is the primary reason for the getnetconfig code above: to get the
  /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 20 milliseconds