Searched refs:xdr_replymsg (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/lib/libc/hidden/rpc/ |
| D | rpc_msg.h | 28 PROTO_NORMAL(xdr_replymsg);
|
| /openbsd/src/lib/libc/rpc/ |
| D | rpc_prot.c | 133 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg() function 142 DEF_WEAK(xdr_replymsg);
|
| D | clnt_raw.c | 176 if (! xdr_replymsg(xdrs, &msg)) { in clntraw_call() 180 xdr_replymsg(xdrs, &msg); in clntraw_call()
|
| D | pmap_rmt.c | 356 if (xdr_replymsg(xdrs, &msg)) { in clnt_broadcast() 367 (void)xdr_replymsg(xdrs, &msg); in clnt_broadcast()
|
| D | svc_raw.c | 125 if (! xdr_replymsg(xdrs, msg)) in svcraw_reply()
|
| D | clnt_udp.c | 315 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clntudp_call() 353 xdr_replymsg(&reply_xdrs, &reply_msg); in clntudp_call()
|
| D | svc_tcp.c | 447 stat = xdr_replymsg(xdrs, msg); in svctcp_reply()
|
| D | clnt_tcp.c | 282 if (! xdr_replymsg(xdrs, &reply_msg)) { in clnttcp_call()
|
| D | svc_udp.c | 223 if (xdr_replymsg(xdrs, msg)) { in svcudp_reply()
|
| /openbsd/src/include/rpc/ |
| D | rpc_msg.h | 186 extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | misc_rpc.c | 85 ok = xdr_replymsg(&reply_xdr, &reply_msg); in pickup_rpc_reply()
|
| /openbsd/src/usr.bin/rusers/ |
| D | rusers.c | 437 if (xdr_replymsg(&xdr, msgp)) { in get_reply() 447 (void)xdr_replymsg(&xdr, msgp); in get_reply()
|
| /openbsd/src/usr.sbin/ypbind/ |
| D | ypbind.c | 860 if (xdr_replymsg(&xdr, &msg)) { in handle_replies() 912 if (xdr_replymsg(&xdr, &msg)) { in handle_ping()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1338 xdr_replymsg
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3356 fun:xdr_replymsg=uninstrumented
|