MOS Source Code
|
#include <internal.h>
Public Attributes | |
u32 | magic |
rpc_argtype_t | argtype |
u32 | size |
char | data [] |
Definition at line 12 of file internal.h.
u32 magic |
Definition at line 14 of file internal.h.
Referenced by rpc_arg(), rpc_arg_next(), rpc_call_arg(), and rpc_handle_client().
rpc_argtype_t argtype |
Definition at line 15 of file internal.h.
Referenced by rpc_arg(), rpc_call_arg(), and rpc_handle_client().
u32 size |
Definition at line 16 of file internal.h.
Referenced by rpc_arg(), rpc_arg_next(), rpc_call_arg(), and rpc_handle_client().
char data[] |
Definition at line 17 of file internal.h.
Referenced by rpc_arg(), rpc_arg_next(), and rpc_call_arg().