Searched refs:getnetconfigent (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dnetconfig.h84 struct netconfig *getnetconfigent(const char *);
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetnetpath.c176 if ((ncp = getnetconfigent(npp)) != NULL) {
H A Drpc_generic.c298 dummy = getnetconfigent(netid);
475 return getnetconfigent((char *)netid);
554 nconf = getnetconfigent("local");
H A DMakefile.inc58 getnetconfig.3 getnetconfigent.3 \
H A Dgetnetconfig.c191 * setnetconfig() need *not* be called before a call to getnetconfigent().
436 * getnetconfigent(netid) returns a pointer to the struct netconfig structure
444 getnetconfigent(const char *netid) function
531 * netconfigp (previously returned by getnetconfigent()).
H A Drpcb_clnt.c508 loopnconf = getnetconfigent(tmpnconf->nc_netid);
748 if ((newnconf = getnetconfigent("udp")) == NULL) {
H A Dsvc_dg.c626 if (nconf = getnetconfigent(xprt->xp_netid)) {
684 if (nconf = getnetconfigent(xprt->xp_netid)) {

Completed in 43 milliseconds