HomeSort by relevance Sort by last modified time
    Searched defs:clnt_call (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h 158 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h 158 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ macro

Completed in 1116 milliseconds