net.rpc_tests 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. rpc_pmap_set rpc_test.sh -c rpc_pmap_set
  2. rpc_pmap_unset rpc_test.sh -c rpc_pmap_unset
  3. rpc_pmap_getport rpc_test.sh -s rpc_svc_1 -c rpc_pmap_getport
  4. rpc_pmap_getmaps rpc_test.sh -s rpc_svc_1 -c rpc_pmap_getmaps
  5. rpc_pmap_rmtcall rpc_test.sh -s rpc_svc_1 -c rpc_pmap_rmtcall
  6. rpc_get_myaddress rpc_test.sh -c rpc_get_myaddress
  7. rpc_authnone_create rpc_test.sh -c rpc_authnone_create
  8. rpc_authunix_create rpc_test.sh -c rpc_authunix_create
  9. rpc_authunix_create_default rpc_test.sh -c rpc_authunix_create_default
  10. rpc_auth_destroy rpc_test.sh -c rpc_auth_destroy
  11. rpc_clnt_broadcast rpc_test.sh -s rpc_svc_1 -c rpc_clnt_broadcast
  12. rpc_svc_destroy rpc_test.sh -c rpc_svc_destroy
  13. rpc_svcfd_create rpc_test.sh -c rpc_svcfd_create
  14. rpc_svctcp_create rpc_test.sh -c rpc_svctcp_create
  15. rpc_svcudp_create rpc_test.sh -c rpc_svcudp_create
  16. rpc_svcraw_create rpc_test.sh -c rpc_svcraw_create
  17. rpc_svcudp_bufcreate rpc_test.sh -c rpc_svcudp_bufcreate
  18. rpc_clnt_destroy rpc_test.sh -s rpc_svc_1 -c rpc_clnt_destroy
  19. rpc_clnt_create rpc_test.sh -s rpc_svc_1 -c rpc_clnt_create
  20. rpc_clntraw_create rpc_test.sh -s rpc_svc_1 -c rpc_clntraw_create
  21. rpc_clnttcp_create rpc_test.sh -s rpc_svc_1 -c rpc_clnttcp_create
  22. rpc_clntudp_create rpc_test.sh -s rpc_svc_1 -c rpc_clntudp_create
  23. rpc_clntudp_bufcreate rpc_test.sh -s rpc_svc_1 -c rpc_clntudp_bufcreate
  24. rpc_clnt_pcreateerror rpc_test.sh -s rpc_svc_1 -c rpc_clnt_pcreateerror
  25. rpc_clnt_perrno rpc_test.sh -s rpc_svc_1 -c rpc_clnt_perrno
  26. rpc_clnt_perror rpc_test.sh -s rpc_svc_1 -c rpc_clnt_perror
  27. rpc_clnt_spcreateerror rpc_test.sh -s rpc_svc_1 -c rpc_clnt_spcreateerror
  28. rpc_clnt_sperrno rpc_test.sh -s rpc_svc_1 -c rpc_clnt_sperrno
  29. rpc_clnt_sperror rpc_test.sh -s rpc_svc_1 -c rpc_clnt_sperror
  30. rpc_svcerr_noproc rpc_test.sh -s rpc_svc_1 -c rpc_svcerr_noproc
  31. rpc_svcerr_noprog rpc_test.sh -c rpc_svcerr_noprog
  32. rpc_svcerr_progvers rpc_test.sh -s rpc_svc_1 -c rpc_svcerr_progvers
  33. rpc_svcerr_systemerr rpc_test.sh -s rpc_svc_1 -c rpc_svcerr_systemerr
  34. rpc_svcerr_auth rpc_test.sh -s rpc_svc_1 -c rpc_svcerr_auth
  35. rpc_svcerr_weakauth rpc_test.sh -s rpc_svc_1 -c rpc_svcerr_weakauth
  36. rpc_xprt_register rpc_test.sh -c rpc_xprt_register
  37. rpc_xprt_unregister rpc_test.sh -c rpc_xprt_unregister
  38. rpc_svc_register rpc_test.sh -c rpc_svc_register
  39. rpc_svc_unregister rpc_test.sh -c rpc_svc_unregister
  40. rpc_registerrpc rpc_test.sh -c rpc_registerrpc
  41. rpc_clnt_call rpc_test.sh -s rpc_svc_1 -c rpc_clnt_call
  42. rpc_callrpc rpc_test.sh -s rpc_svc_1 -c rpc_callrpc
  43. rpc_clnt_freeres rpc_test.sh -s rpc_svc_1 -c rpc_clnt_freeres
  44. rpc_clnt_geterr rpc_test.sh -s rpc_svc_1 -c rpc_clnt_geterr
  45. rpc_clnt_control rpc_test.sh -s rpc_svc_1 -c rpc_clnt_control
  46. rpc_svc_getcaller rpc_test.sh -s rpc_svc_1 -c rpc_svc_getcaller
  47. rpc_svc_freeargs rpc_test.sh -s rpc_svc_1 -c rpc_svc_freeargs
  48. rpc_svc_getargs rpc_test.sh -s rpc_svc_getargs -c rpc_svc_getargs_client
  49. rpc_svc_sendreply rpc_test.sh -s rpc_svc_sendreply -c rpc_svc_sendreply_client