Searched refs:cl_netid (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_generic.c306 if (cl->cl_netid == NULL)
307 cl->cl_netid = strdup(nconf->nc_netid);
396 cl->cl_netid = strdup(nconf->nc_netid);
399 cl->cl_netid = "";
H A Dclnt_dg.c289 cl->cl_netid = NULL;
807 if (cl->cl_netid && cl->cl_netid[0])
808 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
H A Dclnt_vc.c660 if (cl->cl_netid && cl->cl_netid[0])
661 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
/freebsd-11-stable/sys/rpc/
H A Dclnt_bck.c539 if (cl->cl_netid && cl->cl_netid[0])
540 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
H A Dclnt_dg.c318 cl->cl_netid = NULL;
1031 if (cl->cl_netid && cl->cl_netid[0])
1032 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
H A Dclnt_vc.c828 if (cl->cl_netid && cl->cl_netid[0])
829 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
H A Dclnt.h177 char *cl_netid; /* network token */ member in struct:__rpc_client
H A Dclnt_rc.c115 cl->cl_netid = NULL;
/freebsd-11-stable/include/rpc/
H A Dclnt.h115 char *cl_netid; /* network token */ member in struct:__rpc_client
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c917 parms.r_netid = client->cl_netid;
928 nconf = getnetconfigent(client->cl_netid);

Completed in 188 milliseconds