Home
last modified time | relevance | path

Searched refs:su_cache (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/lib/libc/rpc/
H A Dsvc_udp.c80 char * su_cache; /* cached data, NULL if no cache */ member
146 su->su_cache = NULL; in svcudp_bufcreate()
201 if (su->su_cache != NULL) { in svcudp_recv()
229 if (su->su_cache && slen >= 0) { in svcudp_reply()
319 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
332 if (su->su_cache != NULL) in svcudp_enablecache()
350 su->su_cache = (char *) uc; in svcudp_enablecache()
364 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in cache_set()
425 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in cache_get()