corosync 3.1.9
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, int(*deliver_fn)(void *context, const void *msg, unsigned int msg_len, const struct sockaddr_storage *system_from), int(*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.
 
voidtotemudp_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  )
extern

Definition at line 1216 of file totemudp.c.

References FRAME_SIZE_MAX, and nodeid.

◆ totemudp_buffer_release()

void totemudp_buffer_release ( void ptr)
extern

Definition at line 1221 of file totemudp.c.

References nodeid.

◆ totemudp_crypto_set()

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

Definition at line 249 of file totemudp.c.

◆ totemudp_finalize()

int totemudp_finalize ( void udp_context)
extern

◆ totemudp_iface_check()

int totemudp_iface_check ( void udp_context)
extern

Definition at line 1327 of file totemudp.c.

References nodeid, and 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 
)
extern

Definition at line 1534 of file totemudp.c.

◆ totemudp_ifaces_get()

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

Definition at line 1366 of file totemudp.c.

References INTERFACE_MAX, and nodeid.

◆ totemudp_initialize()

int totemudp_initialize ( qb_loop_t poll_handle,
void **  udp_context,
struct totem_config totem_config,
totemsrp_stats_t stats,
void context,
int(*)(void *context, const void *msg, unsigned int msg_len, const struct sockaddr_storage *system_from deliver_fn,
int(*)(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 
)
extern

◆ totemudp_mcast_flush_send()

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

Definition at line 1301 of file totemudp.c.

References nodeid, and totemudp_instance::udp_context.

◆ totemudp_mcast_noflush_send()

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

Definition at line 1314 of file totemudp.c.

References nodeid, and 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 
)
extern

◆ totemudp_member_remove()

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

◆ totemudp_net_mtu_adjust()

void totemudp_net_mtu_adjust ( void udp_context,
struct totem_config totem_config 
)
extern

◆ totemudp_nodestatus_get()

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

◆ totemudp_processor_count_set()

int totemudp_processor_count_set ( void udp_context,
int  processor_count 
)
extern

◆ totemudp_reconfigure()

int totemudp_reconfigure ( void udp_context,
struct totem_config totem_config 
)
extern

Definition at line 1543 of file totemudp.c.

◆ totemudp_recv_flush()

int totemudp_recv_flush ( void udp_context)
extern

◆ totemudp_recv_mcast_empty()

int totemudp_recv_mcast_empty ( void udp_context)
extern

◆ totemudp_send_flush()

int totemudp_send_flush ( void udp_context)
extern

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 
)
extern

◆ totemudp_token_target_set()

int totemudp_token_target_set ( void udp_context,
unsigned int  nodeid 
)
extern