MOS Source Code
|
Go to the source code of this file.
Classes | |
struct | rpc_arg_t |
struct | rpc_request_t |
struct | rpc_response_t |
Macros | |
#define | RPC_REQUEST_MAGIC MOS_FOURCC('R', 'P', 'C', '>') |
#define | RPC_RESPONSE_MAGIC MOS_FOURCC('R', 'P', 'C', '<') |
#define | RPC_ARG_MAGIC MOS_FOURCC('R', 'P', 'C', 'A') |
#define RPC_REQUEST_MAGIC MOS_FOURCC('R', 'P', 'C', '>') |
Definition at line 8 of file internal.h.
Referenced by rpc_call_create(), and rpc_handle_client().
#define RPC_RESPONSE_MAGIC MOS_FOURCC('R', 'P', 'C', '<') |
Definition at line 9 of file internal.h.
Referenced by rpc_call_exec(), rpc_handle_client(), and rpc_write_result().
#define RPC_ARG_MAGIC MOS_FOURCC('R', 'P', 'C', 'A') |
Definition at line 10 of file internal.h.
Referenced by rpc_arg(), rpc_arg_next(), rpc_call_arg(), and rpc_handle_client().