Motr
M0
|
Go to the source code of this file.
Macros | |
#define | __MOTR_RPC_ONWIRE_XC_H__ |
Functions | |
M0_INTERNAL void | m0_xc_m0_rpc_packet_onwire_header_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_rpc_packet_onwire_footer_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_rpc_item_header1_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_rpc_item_header2_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_rpc_item_footer_struct_init (void) |
M0_INTERNAL void | m0_xc_rpc_onwire_init (void) |
M0_INTERNAL void | m0_xc_rpc_onwire_fini (void) |
Variables | |
struct m0_xcode_type * | m0_rpc_packet_onwire_header_xc |
struct m0_xcode_type * | m0_rpc_packet_onwire_footer_xc |
struct m0_xcode_type * | m0_rpc_item_header1_xc |
struct m0_xcode_type * | m0_rpc_item_header2_xc |
struct m0_xcode_type * | m0_rpc_item_footer_xc |
#define __MOTR_RPC_ONWIRE_XC_H__ |
Definition at line 6 of file onwire_xc.h.
M0_INTERNAL void m0_xc_m0_rpc_item_footer_struct_init | ( | void | ) |
Definition at line 413 of file onwire_xc.c.
M0_INTERNAL void m0_xc_m0_rpc_item_header1_struct_init | ( | void | ) |
Definition at line 238 of file onwire_xc.c.
M0_INTERNAL void m0_xc_m0_rpc_item_header2_struct_init | ( | void | ) |
Definition at line 318 of file onwire_xc.c.
M0_INTERNAL void m0_xc_m0_rpc_packet_onwire_footer_struct_init | ( | void | ) |
Definition at line 218 of file onwire_xc.c.
M0_INTERNAL void m0_xc_m0_rpc_packet_onwire_header_struct_init | ( | void | ) |
Definition at line 153 of file onwire_xc.c.
M0_INTERNAL void m0_xc_rpc_onwire_fini | ( | void | ) |
Definition at line 442 of file onwire_xc.c.
M0_INTERNAL void m0_xc_rpc_onwire_init | ( | void | ) |
struct m0_xcode_type* m0_rpc_item_footer_xc |
Definition at line 14 of file onwire_xc.c.
struct m0_xcode_type* m0_rpc_item_header1_xc |
Definition at line 12 of file onwire_xc.c.
struct m0_xcode_type* m0_rpc_item_header2_xc |
Definition at line 13 of file onwire_xc.c.
struct m0_xcode_type* m0_rpc_packet_onwire_footer_xc |
Definition at line 11 of file onwire_xc.c.
struct m0_xcode_type* m0_rpc_packet_onwire_header_xc |
Definition at line 10 of file onwire_xc.c.