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

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_generic.c308 if (cl->cl_netid == NULL)
309 cl->cl_netid = strdup(nconf->nc_netid);
398 cl->cl_netid = strdup(nconf->nc_netid);
401 cl->cl_netid = "";
H A Dclnt_dg.c291 cl->cl_netid = NULL;
809 if (cl->cl_netid && cl->cl_netid[0])
810 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
H A Dclnt_vc.c662 if (cl->cl_netid && cl->cl_netid[0])
663 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
/freebsd-12-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.c320 cl->cl_netid = NULL;
1029 if (cl->cl_netid && cl->cl_netid[0])
1030 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
H A Dclnt_vc.c830 if (cl->cl_netid && cl->cl_netid[0])
831 mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
H A Dclnt.h179 char *cl_netid; /* network token */ member in struct:__rpc_client
H A Dclnt_rc.c119 cl->cl_netid = NULL;
/freebsd-12-stable/include/rpc/
H A Dclnt.h117 char *cl_netid; /* network token */ member in struct:__rpc_client
/freebsd-12-stable/usr.bin/rpcinfo/
H A Drpcinfo.c917 parms.r_netid = client->cl_netid;
928 nconf = getnetconfigent(client->cl_netid);

Completed in 182 milliseconds