Lines Matching defs:message

77 /* message processing functions */
80 /* message handling functions */
95 static int dcs_confirm_callback(void *appdata_ptr, const char *message);
96 static int dcs_message_callback(void *appdata_ptr, const char *message);
112 * Lookup table for handling different message types. This
429 * Logs an appropriate message when an invalid command line argument
635 * This function dispatches a message to the correct function. The
636 * correct handler is determined by the opcode field of the message
654 /* check the message */
661 /* save the current message */
677 /* dispatch the message */
691 * Initialize the message header with information from the current
723 * Check if the message is valid for the current session. This
742 * Only perform the following checks if the message
773 * Handle a session request message (RDR_SES_REQ).
824 /* send the message */
845 * Handle a session establishment message (RDR_SES_ESTBL).
898 * Handle a session end message (RDR_SES_END).
960 * Handle a change state request message (RDR_CONF_CHANGE_STATE).
1001 /* initialize local message callback */
1025 /* log the error message and alert the user */
1103 /* send the message */
1127 * Handle a private function request message (RDR_CONF_PRIVATE_FUNC).
1165 /* initialize local message callback */
1201 /* send the message */
1224 * Handle a test request message (RDR_CONF_TEST).
1257 /* initialize local message callback */
1293 /* send the message */
1316 * Handle a list request message (RDR_CONF_LIST_EXT).
1422 /* send the message */
1449 * Handle a help request message (RDR_CONF_HELP).
1482 /* initialize local message callback */
1522 /* send the message */
1540 * Handle an attachment point comparison request message (RDR_AP_ID_CMP).
1598 /* send the message */
1616 * Handle an abort request message (RDR_CONF_ABORT_CMD).
1655 /* send the message */
1675 * Handle a resource info request message (RDR_RSRC_INFO).
1732 /* send the message */
1788 dcs_confirm_callback(void *appdata_ptr, const char *message)
1823 req_data.conf_cb.message = (char *)message;
1827 /* send the message */
1864 DCS_DBG(DBG_MSG, "bad opcode or message type");
1889 * Perform a message callback to display a string to the user.
1892 * for the message callback. It is assumed that the value returned
1896 dcs_message_callback(void *appdata_ptr, const char *message)
1903 static char *op_name = "message callback";
1925 /* prepare message callback specific data */
1928 req_data.msg_cb.message = (char *)message;
1932 /* send the message */