|
| _DIM_PROTO (static void dis_insert_request,(int conn_id, DIC_PACKET *dic_packet, int size, int status)) |
|
| _DIM_PROTO (int execute_service,(int req_id)) |
|
| _DIM_PROTO (void execute_command,(SERVICE *servp, DIC_PACKET *packet)) |
|
| _DIM_PROTO (void register_dns_services,(int flag)) |
|
| _DIM_PROTO (void register_services,(DIS_DNS_CONN *dnsp, int flag, int dns_flag)) |
|
| _DIM_PROTO (void std_cmnd_handler,(dim_long *tag, int *cmnd_buff, int *size)) |
|
| _DIM_PROTO (void client_info,(dim_long *tag, int **bufp, int *size)) |
|
| _DIM_PROTO (void add_exit_handler,(int *tag, int *bufp, int *size)) |
|
| _DIM_PROTO (static void exit_handler,(int *tag, int *bufp, int *size)) |
|
| _DIM_PROTO (static void error_handler,(int conn_id, int severity, int errcode, char *reason)) |
|
| _DIM_PROTO (SERVICE *find_service,(char *name)) |
|
| _DIM_PROTO (CLIENT *find_client,(int conn_id)) |
|
| _DIM_PROTO (static int get_format_data,(FORMAT_STR *format_data, char *def)) |
|
| _DIM_PROTO (static int release_conn,(int conn_id, int print_flag, int dns_flag)) |
|
| _DIM_PROTO (SERVICE *dis_hash_service_get_next,(int *start, SERVICE *prev, int flag)) |
|
| _DIM_PROTO (static unsigned do_dis_add_service_dns,(char *name, char *type, void *address, int size, void(*user_routine)(), dim_long tag, dim_long dnsid)) |
|
| _DIM_PROTO (static DIS_DNS_CONN *create_dns,(dim_long dnsid)) |
|
void | dis_set_debug_on () |
|
void | dis_set_debug_off () |
|
void | dis_no_threads () |
|
int | dis_set_buffer_size (int size) |
|
static int | check_service_name (char *name) |
|
void | dis_init () |
|
static unsigned | do_dis_add_service_dns (char *name, char *type, void *address, int size, void(*user_routine)(), dim_long tag, dim_long dnsid) |
|
static unsigned | do_dis_add_service (char *name, char *type, void *address, int size, void(*user_routine)(), dim_long tag) |
|
unsigned | dis_add_service (char *name, char *type, void *address, int size, void(*user_routine)(), dim_long tag) |
|
unsigned | dis_add_service_dns (dim_long dnsid, char *name, char *type, void *address, int size, void(*user_routine)(), dim_long tag) |
|
static unsigned | do_dis_add_cmnd_dns (char *name, char *type, void(*user_routine)(), dim_long tag, dim_long dnsid) |
|
static unsigned | do_dis_add_cmnd (char *name, char *type, void(*user_routine)(), dim_long tag) |
|
unsigned | dis_add_cmnd (char *name, char *type, void(*user_routine)(), dim_long tag) |
|
unsigned | dis_add_cmnd_dns (dim_long dnsid, char *name, char *type, void(*user_routine)(), dim_long tag) |
|
void | dis_add_client_exit_handler (void(*user_routine)()) |
|
void | dis_add_exit_handler (void(*user_routine)()) |
|
void | dis_add_error_handler (void(*user_routine)()) |
|
static int | get_format_data (FORMAT_STR *format_data, char *def) |
|
void | recv_dns_dis_rout (int conn_id, DNS_DIS_PACKET *packet, int size, int status) |
|
int | send_dns_update_packet (DIS_DNS_CONN *dnsp) |
|
void | do_register_services (DIS_DNS_CONN *dnsp) |
|
void | register_services (DIS_DNS_CONN *dnsp, int flag, int dns_flag) |
|
void | unregister_service (DIS_DNS_CONN *dnsp, SERVICE *servp) |
|
void | do_update_service_list (DIS_DNS_CONN *dnsp) |
|
int | dis_start_serving (char *task) |
|
static DIS_DNS_CONN * | create_dns (dim_long dnsid) |
|
void | dis_dns_init () |
|
int | dis_start_serving_dns (dim_long dnsid, char *task) |
|
static void | dis_insert_request (int conn_id, DIC_PACKET *dic_packet, int size, int status) |
|
int | execute_service (int req_id) |
|
void | remove_service (int req_id) |
|
void | execute_command (SERVICE *servp, DIC_PACKET *packet) |
|
void | dis_report_service (char *serv_name) |
|
int | dis_update_service (unsigned service_id) |
|
int | dis_selective_update_service (unsigned service_id, int *client_ids) |
|
int | check_client (REQUEST *reqp, int *client_ids) |
|
int | do_update_service (unsigned service_id, int *client_ids) |
|
int | dis_get_n_clients (unsigned service_id) |
|
int | dis_get_timeout (unsigned service_id, int client_id) |
|
void | dis_set_quality (unsigned serv_id, int quality) |
|
int | dis_set_timestamp (unsigned serv_id, int secs, int millisecs) |
|
int | dis_get_timestamp (unsigned serv_id, int *secs, int *millisecs) |
|
void | dis_send_service (unsigned service_id, int *buffer, int size) |
|
int | dis_remove_service (unsigned service_id) |
|
void | do_dis_stop_serving_dns (DIS_DNS_CONN *dnsp) |
|
void | dis_stop_serving_dns (dim_long dnsid) |
|
void | dis_stop_serving () |
|
int | dis_find_client_conns () |
|
SERVICE * | find_service (char *name) |
|
CLIENT * | create_client (int conn_id, SERVICE *servp, int *new_client) |
|
CLIENT * | find_client (int conn_id) |
|
void | release_all_requests (int conn_id, CLIENT *clip) |
|
CLIENT * | check_delay_delete (int conn_id) |
|
char * | dis_get_error_services () |
|
char * | dis_get_client_services (int conn_id) |
|
int | find_release_request (int conn_id, int service_id) |
|
int | release_request (REQUEST *reqp, REQUEST_PTR *reqpp, int remove) |
|
static int | release_conn (int conn_id, int print_flg, int dns_flag) |
|
void | std_cmnd_handler (dim_long *tag, int *cmnd_buff, int *size) |
|
int | dis_get_next_cmnd (dim_long *tag, int *buffer, int *size) |
|
int | dis_get_conn_id () |
|
int | dis_get_client (char *name) |
|
void | client_info (dim_long *tag, int **bufp, int *size, int *first_time) |
|
void | append_service (char *service_info_buffer, SERVICE *servp) |
|
void | service_info (dim_long *tag, int **bufp, int *size, int *first_time) |
|
static void | add_exit_handler_item (int conn_id, int tag) |
|
static void | rem_exit_handler_item (EXIT_H *exitp) |
|
static EXIT_H * | find_exit_handler_item (int conn_id) |
|
static int | check_exit_handler_item (EXIT_H *exitp, int conn_id) |
|
void | add_exit_handler (int *tag, int *bufp, int *size) |
|
void | dis_set_client_exit_handler (int conn_id, int tag) |
|
int | do_exit_handler (int conn_id) |
|
static void | exit_handler (int *tag, int *bufp, int *size) |
|
static void | error_handler (int conn_id, int severity, int errcode, char *reason, int exit) |
|
int | dis_hash_service_init () |
|
int | dis_hash_service_insert (SERVICE *servp) |
|
int | dis_hash_service_registered (int index, SERVICE *servp) |
|
int | dis_hash_service_remove (SERVICE *servp) |
|
SERVICE * | dis_hash_service_exists (char *name) |
|
SERVICE * | dis_hash_service_get_next (int *curr_index, SERVICE *prevp, int new_entries) |
|
DIS_DNS_CONN * | dis_find_dns (dim_long dnsid) |
|
int | dis_no_dns () |
|
DIS_DNS_CONN * | find_dns_by_conn_id (int conn_id) |
|
void | dis_print_hash_table () |
|
void | dis_hash_print () |
|