Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c87 char * su_cache; /* cached data, NULL if no cache */ member
162 su->su_cache = NULL;
214 if (su->su_cache != NULL) {
244 if (su->su_cache && slen >= 0) {
354 su_data(transp)->su_cache)->uc_size))
369 if (su->su_cache != NULL) {
397 su->su_cache = (char *) uc;
413 struct udp_cache *uc = (struct udp_cache *) su->su_cache;
484 register struct udp_cache *uc = (struct udp_cache *) su->su_cache;
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c162 su->su_cache = NULL; in svc_dg_create_private()
257 su->su_cache = NULL; in svc_dg_xprtcopy()
421 if (su->su_cache != NULL) { in svc_dg_recv()
512 if (su->su_cache && slen >= 0) { in svc_dg_reply()
674 get_svc_dg_data(transp)->su_cache)->uc_size))
703 if (su->su_cache != NULL) { in svc_dg_enablecache()
733 su->su_cache = (char *)uc; in svc_dg_enablecache()
776 uc = (struct cl_cache *)get_svc_dg_data(parent)->su_cache; in cache_set()
888 uc = (struct cl_cache *)get_svc_dg_data(parent)->su_cache; in cache_get()
/titanic_41/usr/src/head/rpcsvc/
H A Dsvc_dg_priv.h57 char *su_cache; /* cached data, NULL if none */ member
/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.h53 char *su_cache; /* cached data, NULL if no cache */ member