MySQL 9.1.0
Source Code Documentation
|
#include <netdb.h>
#include <stdlib.h>
#include "xcom/node_no.h"
#include "xcom/server_struct.h"
#include "xcom/simset.h"
#include "xcom/site_struct.h"
#include "xcom/task.h"
#include "xcom/x_platform.h"
#include "xcom/xcom_cfg.h"
#include "xcom/xcom_detector.h"
#include "xcom/xcom_memory.h"
#include "xcom/xcom_profile.h"
#include "xdr_gen/xcom_vp.h"
#include "xcom/sock_probe_ix.h"
Functions | |
bool_t | sockaddr_default_eq (struct sockaddr *x, struct sockaddr *y) |
void | set_port_matcher (port_matcher x) |
port_matcher | get_port_matcher () |
static struct addrinfo * | probe_get_addrinfo (char *name) |
static void | probe_free_addrinfo (struct addrinfo *addr) |
node_no | xcom_find_node_index (node_list *nodes) |
node_no | xcom_mynode_match (char *name, xcom_port port) |
Variables | |
static port_matcher | match_port |
port_matcher get_port_matcher | ( | ) |
|
inlinestatic |
|
inlinestatic |
void set_port_matcher | ( | port_matcher | x | ) |
node_no xcom_find_node_index | ( | node_list * | nodes | ) |
node_no xcom_mynode_match | ( | char * | name, |
xcom_port | port | ||
) |
|
static |