OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ac_taddr
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
rpcb_clnt.c
100
struct netbuf *
ac_taddr
;
member in struct:address_cache
198
if (!memcmp(cptr->
ac_taddr
->buf, addr->buf, addr->len)) {
201
free(cptr->
ac_taddr
->buf);
202
free(cptr->
ac_taddr
);
235
ad_cache->
ac_taddr
= malloc(sizeof(*ad_cache->
ac_taddr
));
236
if (!ad_cache->ac_host || !ad_cache->ac_netid || !ad_cache->
ac_taddr
||
240
ad_cache->
ac_taddr
->len = ad_cache->
ac_taddr
->maxlen = taddr->len;
241
ad_cache->
ac_taddr
->buf = malloc(taddr->len)
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025