OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ac_host
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
rpcb_clnt.c
97
char *
ac_host
;
member in struct:address_cache
177
if (!strcmp(cptr->
ac_host
, host) &&
199
free(cptr->
ac_host
);
232
ad_cache->
ac_host
= strdup(host);
236
if (!ad_cache->
ac_host
|| !ad_cache->ac_netid || !ad_cache->ac_taddr ||
244
if (ad_cache->
ac_host
)
245
free(ad_cache->
ac_host
);
278
cptr->
ac_host
, cptr->ac_netid);
280
free(cptr->
ac_host
);
rpcb_clnt.c
97
char *
ac_host
;
member in struct:address_cache
177
if (!strcmp(cptr->
ac_host
, host) &&
199
free(cptr->
ac_host
);
232
ad_cache->
ac_host
= strdup(host);
236
if (!ad_cache->
ac_host
|| !ad_cache->ac_netid || !ad_cache->ac_taddr ||
244
if (ad_cache->
ac_host
)
245
free(ad_cache->
ac_host
);
278
cptr->
ac_host
, cptr->ac_netid);
280
free(cptr->
ac_host
);
Completed in 24 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025