Symbol: getnetconfig
include/netconfig.h
112
struct netconfig *getnetconfig(void *);
lib/libc/rpc/crypt_client.c
56
while ((nconf = getnetconfig(localhandle)) != NULL) {
lib/libc/rpc/getnetpath.c
158
if ((ncp = getnetconfig(np_sessionp->nc_handlep)) == NULL) {
lib/libc/rpc/key_call.c
367
while ((nconf = getnetconfig(localhandle)) != NULL) {
lib/libc/rpc/rpc_generic.c
240
while ((nconf = getnetconfig(confighandle)) != NULL) {
lib/libc/rpc/rpc_generic.c
339
nconf = getnetconfig(handle->nhandle);
lib/libc/rpc/rpc_soc.c
462
while ((nconf = getnetconfig(localhandle)) != NULL) {
lib/libc/rpc/rpcb_clnt.c
471
while ((nconf = getnetconfig(nc_handle)) != NULL) {
lib/libc/rpc/rpcb_clnt.c
653
while ((nconf = getnetconfig(localhandle)) != NULL) {
lib/libypclnt/ypclnt_passwd.c
168
while ((nc = getnetconfig(localhandle)) != NULL) {
lib/libypclnt/ypclnt_passwd.c
85
while ((nc = getnetconfig(localhandle)) != NULL) {
sys/rpc/netconfig.h
82
struct netconfig *getnetconfig(void *);
sys/rpc/rpc_generic.c
526
while ((nconf = getnetconfig(confighandle)) != NULL) {
sys/rpc/rpc_generic.c
615
nconf = getnetconfig(handle->nhandle);
sys/rpc/rpc_generic.c
619
nconf = getnetconfig(handle->nhandle);
usr.bin/rpcinfo/rpcinfo.c
312
while ((nconf = getnetconfig(localhandle)) != NULL) {
usr.sbin/mountd/mountd.c
650
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/mountd/mountd.c
722
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/rpc.lockd/lockd.c
307
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/rpc.lockd/lockd.c
326
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/rpc.lockd/lockd.c
398
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/rpc.statd/statd.c
201
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/rpc.statd/statd.c
265
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
290
while ((nconf = getnetconfig(localhandle)) != NULL) {
usr.sbin/rpcbind/rpcbind.c
218
while ((nconf = getnetconfig(nc_handle))) {
usr.sbin/ypserv/yp_main.c
533
while((nconf = getnetconfig(nc_handle))) {