Motr  M0
xcode_xc.h File Reference
#include <sys/types.h>
#include "xcode/xcode.h"
Include dependency graph for xcode_xc.h:

Go to the source code of this file.

Macros

#define __MOTR_NET_SOCK_XCODE_XC_H__
 

Functions

M0_INTERNAL void m0_xc_addrdata_struct_init (void)
 
M0_INTERNAL void m0_xc_addr_struct_init (void)
 
M0_INTERNAL void m0_xc_bdesc_struct_init (void)
 
M0_INTERNAL void m0_xc_packet_struct_init (void)
 
M0_INTERNAL void m0_xc_net_sock_xcode_init (void)
 
M0_INTERNAL void m0_xc_net_sock_xcode_fini (void)
 

Variables

struct m0_xcode_typeaddrdata_xc
 
struct m0_xcode_typeaddr_xc
 
struct m0_xcode_typebdesc_xc
 
struct m0_xcode_typepacket_xc
 

Macro Definition Documentation

◆ __MOTR_NET_SOCK_XCODE_XC_H__

#define __MOTR_NET_SOCK_XCODE_XC_H__

Definition at line 6 of file xcode_xc.h.

Function Documentation

◆ m0_xc_addr_struct_init()

M0_INTERNAL void m0_xc_addr_struct_init ( void  )

Definition at line 152 of file xcode_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_addrdata_struct_init()

M0_INTERNAL void m0_xc_addrdata_struct_init ( void  )

Definition at line 132 of file xcode_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_bdesc_struct_init()

M0_INTERNAL void m0_xc_bdesc_struct_init ( void  )

Definition at line 232 of file xcode_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_net_sock_xcode_fini()

M0_INTERNAL void m0_xc_net_sock_xcode_fini ( void  )

Definition at line 415 of file xcode_xc.c.

◆ m0_xc_net_sock_xcode_init()

M0_INTERNAL void m0_xc_net_sock_xcode_init ( void  )

Definition at line 407 of file xcode_xc.c.

Here is the call graph for this function:

◆ m0_xc_packet_struct_init()

M0_INTERNAL void m0_xc_packet_struct_init ( void  )

Definition at line 267 of file xcode_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ addr_xc

struct m0_xcode_type* addr_xc

Definition at line 11 of file xcode_xc.c.

◆ addrdata_xc

struct m0_xcode_type* addrdata_xc

Definition at line 10 of file xcode_xc.c.

◆ bdesc_xc

struct m0_xcode_type* bdesc_xc

Definition at line 12 of file xcode_xc.c.

◆ packet_xc

struct m0_xcode_type* packet_xc

Definition at line 13 of file xcode_xc.c.