Searched refs:xdr_void (Results 1 – 15 of 15) sorted by relevance
/sunrpc/ |
A D | tst-udp-error.c | 53 (xdrproc_t) xdr_void, NULL, in do_test() 54 (xdrproc_t) xdr_void, NULL, in do_test()
|
A D | thrsvc.c | 24 svc_sendreply(xprt, (xdrproc_t)xdr_void, 0); in dispatch() 37 (xdrproc_t) xdr_void, 0, in test_one_call() 38 (xdrproc_t) xdr_void, 0, tout); in test_one_call()
|
A D | tst-udp-garbage.c | 97 (xdrproc_t) xdr_void, NULL, in do_test() 98 (xdrproc_t) xdr_void, NULL, in do_test()
|
A D | tst-udp-timeout.c | 169 TEST_VERIFY (svc_sendreply (transport, (xdrproc_t) xdr_void, NULL)); in server_dispatch() 173 TEST_VERIFY (svc_sendreply (transport, (xdrproc_t) xdr_void, NULL)); in server_dispatch() 233 (xdrproc_t) xdr_void, NULL, in test_call_flush() 234 (xdrproc_t) xdr_void, NULL, in test_call_flush() 378 (xdrproc_t) xdr_void, NULL, in test_udp_server() 379 (xdrproc_t) xdr_void, NULL, in test_udp_server()
|
A D | pm_getmaps.c | 74 if (CLNT_CALL (client, PMAPPROC_DUMP, (xdrproc_t)xdr_void, NULL, in pmap_getmaps()
|
A D | svc_simple.c | 135 if (svc_sendreply (transp_l, (xdrproc_t)xdr_void, in libc_sunrpc_symbol() 156 if (outdata == NULL && pl->p_outproc != (xdrproc_t)xdr_void) in libc_sunrpc_symbol()
|
A D | tst-udp-nonblocking.c | 136 TEST_VERIFY (svc_sendreply (transport, (xdrproc_t) xdr_void, NULL)); in server_dispatch() 320 (xdrproc_t) xdr_void, NULL, in do_test() 321 (xdrproc_t) xdr_void, NULL, in do_test()
|
A D | xdr.c | 84 xdr_void (void) in libc_hidden_def() 89 libc_hidden_def (xdr_void) in libc_hidden_def() argument 91 libc_hidden_nolink_sunrpc (xdr_void, GLIBC_2_0) in libc_hidden_def()
|
A D | Versions | 55 xdr_void; xdr_wrapstring; xdrmem_create; xdrrec_create;
|
A D | tst-svc_register.c | 165 (xdrproc_t) xdr_void, NULL, in get_test_state()
|
A D | key_call.c | 98 if (key_call ((u_long) KEY_NET_GET, (xdrproc_t) xdr_void, in libc_hidden_nolink_sunrpc() 230 stat = clnt_call (client, KEY_GEN, (xdrproc_t) xdr_void, NULL, in libc_hidden_nolink_sunrpc()
|
A D | pmap_rmt.c | 373 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_broadcast()
|
A D | clnt_tcp.c | 284 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_def()
|
A D | clnt_unix.c | 261 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_nolink_sunrpc()
|
/sunrpc/rpc/ |
A D | xdr.h | 285 extern bool_t xdr_void (void) __THROW;
|
Completed in 27 milliseconds