Searched refs:RPCBPROC_NULL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | t_rpc.c | 39 #define RPCBPROC_NULL 0 macro 94 if (clnt_call(clnt, RPCBPROC_NULL, (xdrproc_t)xdr_void, NULL, in onehost() 98 if (clnt_call(clnt, RPCBPROC_NULL, xdr_void, NULL, xdr_void, NULL, tv) in onehost() 245 clnt_stat = rpc_broadcast(RPCBPROG, RPCBVERS, RPCBPROC_NULL, in allhosts()
|