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

12

/freebsd-9.3-release/include/
H A Dnetconfig.h84 struct netconfig *getnetconfigent(const char *);
/freebsd-9.3-release/sys/rpc/
H A Dnetconfig.h84 struct netconfig *getnetconfigent(const char *);
H A Dgetnetconfig.c113 getnetconfigent(const char *netid) function
H A Drpcb_clnt.c522 loopnconf = getnetconfigent(tmpnconf->nc_netid);
787 if ((newnconf = getnetconfigent("udp")) == NULL) {
H A Drpc_generic.c553 dummy = getnetconfigent(netid);
/freebsd-9.3-release/usr.sbin/nfsd/
H A Dnfsd.c242 } else if (getnetconfigent("udp6") == NULL ||
243 getnetconfigent("tcp6") == NULL) {
273 nconf_udp = getnetconfigent("udp");
275 err(1, "getnetconfigent udp failed");
292 nconf_udp6 = getnetconfigent("udp6");
294 err(1, "getnetconfigent udp6 failed");
311 nconf_tcp = getnetconfigent("tcp");
313 err(1, "getnetconfigent tcp failed");
330 nconf_tcp6 = getnetconfigent("tcp6");
332 err(1, "getnetconfigent tcp
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A DSymbol.map81 getnetconfigent;
H A Dgetnetpath.c178 if ((ncp = getnetconfigent(npp)) != NULL) {
H A Drpc_generic.c303 dummy = getnetconfigent(netid);
485 return getnetconfigent((char *)netid);
564 nconf = getnetconfigent("local");
H A DMakefile.inc58 getnetconfig.3 getnetconfigent.3 \
H A Dgetnetconfig.c192 * setnetconfig() need *not* be called before a call to getnetconfigent().
439 * getnetconfigent(netid) returns a pointer to the struct netconfig structure
447 getnetconfigent(netid) function
535 * netconfigp (previously returned by getnetconfigent()).
H A Drpcb_clnt.c522 loopnconf = getnetconfigent(tmpnconf->nc_netid);
772 if ((newnconf = getnetconfigent("udp")) == NULL) {
H A Dsvc_dg.c650 if (nconf = getnetconfigent(xprt->xp_netid)) {
712 if (nconf = getnetconfigent(xprt->xp_netid)) {
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_krpc.c218 nconf = getnetconfigent("udp");
220 nconf = getnetconfigent("tcp");
223 nconf = getnetconfigent("udp6");
225 nconf = getnetconfigent("tcp6");
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Dcheck_bound.c117 newnconf = getnetconfigent(nconf->nc_netid);
H A Drpcbind.c168 nconf = getnetconfigent("local");
170 nconf = getnetconfigent("unix");
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dtli.c235 if ((config = getnetconfigent(config->nc_netid)) == 0) {
236 tcpd_warn("getnetconfigent(%s): %s", config->nc_netid, nc_sperror());
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c196 nconf = getnetconfigent("udp");
198 nconf = getnetconfigent("tcp");
201 nconf = getnetconfigent("udp6");
203 nconf = getnetconfigent("tcp6");
/freebsd-9.3-release/sys/kgssapi/
H A Dgss_impl.c112 nconf = getnetconfigent("local");
H A Dgsstest.c767 nconf = getnetconfigent("tcp");
771 nconf = getnetconfigent("tcp6");
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c695 nconf = getnetconfigent(netid);
891 nconf = getnetconfigent(netid);
920 nconf = getnetconfigent(client->cl_netid);
1209 nconf = getnetconfigent(netid);
1270 nconf = getnetconfigent(netid);
1382 nconf = getnetconfigent(netid);
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c508 udpconf = getnetconfigent("udp");
509 tcpconf = getnetconfigent("tcp");
517 udp6conf = getnetconfigent("udp6");
518 tcp6conf = getnetconfigent("tcp6");
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_impl.c528 nconf = getnetconfigent("tcp");
532 nconf = getnetconfigent("tcp6");
1469 nconf = getnetconfigent(netid);
1486 nconf = getnetconfigent(xprts[j]->xp_netid);
/freebsd-9.3-release/sbin/mount_nfs/
H A Dmount_nfs.c1129 * Otherwise it behaves just like getnetconfigent(), so nc_*error()
1146 if ((nconf = getnetconfigent(netid)) == NULL)
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c265 nconf = getnetconfigent(netid);

Completed in 396 milliseconds

12