Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/rpc/
H A Dsvc_udp.c60 static int cache_get(SVCXPRT *, struct rpc_msg *, char **,
202 if (cache_get(xprt, msg, &reply, &replylen)) { in svcudp_recv()
420 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, u_long *replylenp) in cache_get() function