corosync 3.1.7
Functions
totemudp.h File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <qb/qbloop.h>
#include <corosync/totem/totem.h>
Include dependency graph for totemudp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int totemudp_initialize (qb_loop_t *poll_handle, void **udp_context, struct totem_config *totem_config, totemsrp_stats_t *stats, void *context, void(*deliver_fn)(void *context, const void *msg, unsigned int msg_len, const struct sockaddr_storage *system_from), void(*iface_change_fn)(void *context, const struct totem_ip_address *iface_address, unsigned int ring_no), void(*mtu_changed)(void *context, int net_mtu), void(*target_set_completed)(void *context))
 Create an instance. More...
 
void * totemudp_buffer_alloc (void)
 
void totemudp_buffer_release (void *ptr)
 
int totemudp_processor_count_set (void *udp_context, int processor_count)
 
int totemudp_token_send (void *udp_context, const void *msg, unsigned int msg_len)
 
int totemudp_mcast_flush_send (void *udp_context, const void *msg, unsigned int msg_len)
 
int totemudp_mcast_noflush_send (void *udp_context, const void *msg, unsigned int msg_len)
 
int totemudp_nodestatus_get (void *net_context, unsigned int nodeid, struct totem_node_status *node_status)
 
int totemudp_ifaces_get (void *net_context, char ***status, unsigned int *iface_count)
 
int totemudp_recv_flush (void *udp_context)
 
int totemudp_send_flush (void *udp_context)
 
int totemudp_iface_set (void *net_context, const struct totem_ip_address *local_addr, unsigned short ip_port, unsigned int iface_no)
 
int totemudp_iface_check (void *udp_context)
 
int totemudp_finalize (void *udp_context)
 
void totemudp_net_mtu_adjust (void *udp_context, struct totem_config *totem_config)
 
int totemudp_token_target_set (void *udp_context, unsigned int nodeid)
 
int totemudp_crypto_set (void *udp_context, const char *cipher_type, const char *hash_type)
 
int totemudp_recv_mcast_empty (void *udp_context)
 
int totemudp_member_add (void *udpu_context, const struct totem_ip_address *local, const struct totem_ip_address *member, int ring_no)
 
int totemudp_member_remove (void *udpu_context, const struct totem_ip_address *member, int ring_no)
 
int totemudp_reconfigure (void *udp_context, struct totem_config *totem_config)
 

Function Documentation

◆ totemudp_buffer_alloc()

void * totemudp_buffer_alloc ( void  )

Definition at line 1216 of file totemudp.c.

References FRAME_SIZE_MAX.

◆ totemudp_buffer_release()

void totemudp_buffer_release ( void *  ptr)

Definition at line 1221 of file totemudp.c.

◆ totemudp_crypto_set()

int totemudp_crypto_set ( void *  udp_context,
const char *  cipher_type,
const char *  hash_type 
)

Definition at line 249 of file totemudp.c.

◆ totemudp_finalize()

int totemudp_finalize ( void *  udp_context)

◆ totemudp_iface_check()

int totemudp_iface_check ( void *  udp_context)

Definition at line 1327 of file totemudp.c.

References totemudp_instance::udp_context.

◆ totemudp_iface_set()

int totemudp_iface_set ( void *  net_context,
const struct totem_ip_address local_addr,
unsigned short  ip_port,
unsigned int  iface_no 
)

Definition at line 1534 of file totemudp.c.

◆ totemudp_ifaces_get()

int totemudp_ifaces_get ( void *  net_context,
char ***  status,
unsigned int *  iface_count 
)

Definition at line 1366 of file totemudp.c.

References INTERFACE_MAX.

◆ totemudp_initialize()

int totemudp_initialize ( qb_loop_t *  poll_handle,
void **  udp_context,
struct totem_config totem_config,
totemsrp_stats_t stats,
void *  context,
void(*)(void *context, const void *msg, unsigned int msg_len, const struct sockaddr_storage *system_from deliver_fn,
void(*)(void *context, const struct totem_ip_address *iface_address, unsigned int ring_no)  iface_change_fn,
void(*)(void *context, int net_mtu)  mtu_changed,
void(*)(void *context)  target_set_completed 
)

Create an instance.

Definition at line 1131 of file totemudp.c.

◆ totemudp_mcast_flush_send()

int totemudp_mcast_flush_send ( void *  udp_context,
const void *  msg,
unsigned int  msg_len 
)

Definition at line 1301 of file totemudp.c.

References totemudp_instance::udp_context.

◆ totemudp_mcast_noflush_send()

int totemudp_mcast_noflush_send ( void *  udp_context,
const void *  msg,
unsigned int  msg_len 
)

Definition at line 1314 of file totemudp.c.

References totemudp_instance::udp_context.

◆ totemudp_member_add()

int totemudp_member_add ( void *  udpu_context,
const struct totem_ip_address local,
const struct totem_ip_address member,
int  ring_no 
)

◆ totemudp_member_remove()

int totemudp_member_remove ( void *  udpu_context,
const struct totem_ip_address member,
int  ring_no 
)

◆ totemudp_net_mtu_adjust()

void totemudp_net_mtu_adjust ( void *  udp_context,
struct totem_config totem_config 
)

◆ totemudp_nodestatus_get()

int totemudp_nodestatus_get ( void *  net_context,
unsigned int  nodeid,
struct totem_node_status node_status 
)

◆ totemudp_processor_count_set()

int totemudp_processor_count_set ( void *  udp_context,
int  processor_count 
)

◆ totemudp_reconfigure()

int totemudp_reconfigure ( void *  udp_context,
struct totem_config totem_config 
)

Definition at line 1543 of file totemudp.c.

◆ totemudp_recv_flush()

int totemudp_recv_flush ( void *  udp_context)

◆ totemudp_recv_mcast_empty()

int totemudp_recv_mcast_empty ( void *  udp_context)

◆ totemudp_send_flush()

int totemudp_send_flush ( void *  udp_context)

Definition at line 1284 of file totemudp.c.

◆ totemudp_token_send()

int totemudp_token_send ( void *  udp_context,
const void *  msg,
unsigned int  msg_len 
)

Definition at line 1289 of file totemudp.c.

References totemudp_instance::udp_context.

◆ totemudp_token_target_set()

int totemudp_token_target_set ( void *  udp_context,
unsigned int  nodeid 
)