Lines Matching refs:xdr_void
247 rpc_stat = clnt_call(client, NULLPROC, xdr_void, (char *)NULL, in udpping()
248 xdr_void, (char *)NULL, to); in udpping()
270 rpc_stat = clnt_call(client, NULLPROC, xdr_void, in udpping()
271 (char *)NULL, xdr_void, (char *)NULL, to); in udpping()
307 rpc_stat = clnt_call(client, NULLPROC, xdr_void, in udpping()
308 (char *)NULL, xdr_void, (char *)NULL, to); in udpping()
327 rpc_stat = clnt_call(client, 0, xdr_void, (char *)NULL, in udpping()
328 xdr_void, (char *)NULL, to); in udpping()
373 rpc_stat = clnt_call(client, NULLPROC, xdr_void, (char *)NULL, in tcpping()
374 xdr_void, (char *)NULL, to); in tcpping()
394 rpc_stat = clnt_call(client, NULLPROC, xdr_void, in tcpping()
395 (char *)NULL, xdr_void, (char *)NULL, to); in tcpping()
431 rpc_stat = clnt_call(client, 0, xdr_void, (char *)NULL, in tcpping()
432 xdr_void, (char *)NULL, to); in tcpping()
451 rpc_stat = clnt_call(client, 0, xdr_void, (char *)NULL, in tcpping()
452 xdr_void, (char *)NULL, to); in tcpping()
518 if (clnt_call(client, PMAPPROC_DUMP, xdr_void, NULL, in pmapdump()
579 rpc_stat = clnt_broadcast(prognum, vers_num, NULLPROC, xdr_void, in brdcst()
580 (char *)NULL, xdr_void, (char *)NULL, reply_proc); in brdcst()