OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_netid
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/rpc/
clnt_generic.c
256
if (cl->
cl_netid
== NULL) {
257
cl->
cl_netid
= strdup(nconf->nc_netid);
258
if (cl->
cl_netid
== NULL)
358
cl->
cl_netid
= strdup(nconf->nc_netid);
359
if (cl->
cl_netid
== NULL)
365
cl->
cl_netid
= __UNCONST("");
clnt_dg.c
290
cl->
cl_netid
= NULL;
716
if (cl->
cl_netid
&& cl->
cl_netid
[0])
717
mem_free(cl->
cl_netid
, strlen(cl->
cl_netid
) +1);
/src/include/rpc/
clnt.h
163
char *
cl_netid
; /* network token */
member in struct:__rpc_client
/src/usr.bin/rpcinfo/
rpcinfo.c
928
parms.r_netid = client->
cl_netid
;
939
nconf = getnetconfigent(client->
cl_netid
);
Completed in 14 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025