FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | mc_multicast_socket_t |
struct | mc_socket_catchup_t |
struct | mc_socket_main_t |
Typedefs | |
typedef struct mc_socket_main_t | mc_socket_main_t |
Functions | |
static u32 | mc_socket_peer_id_get_address (mc_peer_id_t i) |
static u32 | mc_socket_peer_id_get_port (mc_peer_id_t i) |
static_always_inline mc_peer_id_t | mc_socket_set_peer_id (u32 address_net_byte_order, u32 port_host_byte_order) |
clib_error_t * | mc_socket_main_init (mc_socket_main_t *msm, char **intfc_probe_list, int n_intfcs_to_probe) |
typedef struct mc_socket_main_t mc_socket_main_t |
clib_error_t* mc_socket_main_init | ( | mc_socket_main_t * | msm, |
char ** | intfc_probe_list, | ||
int | n_intfcs_to_probe | ||
) |
Definition at line 973 of file mc_socket.c.
|
inlinestatic |
|
inlinestatic |
static_always_inline mc_peer_id_t mc_socket_set_peer_id | ( | u32 | address_net_byte_order, |
u32 | port_host_byte_order | ||
) |
Definition at line 109 of file mc_socket.h.