Lines Matching defs:body
91 * body (input) - request message body.
98 ndmpd_data_get_state_v2(ndmp_connection_t *connection, void *body)
133 * body (input) - request message body.
139 ndmpd_data_start_backup_v2(ndmp_connection_t *connection, void *body)
146 request = (ndmp_data_start_backup_request_v2 *)body;
174 * body (input) - request message body.
180 ndmpd_data_start_recover_v2(ndmp_connection_t *connection, void *body)
187 request = (ndmp_data_start_recover_request_v2 *) body;
215 * body (input) - request message body.
222 ndmpd_data_get_env_v2(ndmp_connection_t *connection, void *body)
249 * body (input) - request message body.
256 ndmpd_data_stop_v2(ndmp_connection_t *connection, void *body)
292 * body (input) - request message body.
299 ndmpd_data_abort_v2(ndmp_connection_t *connection, void *body)
338 * body (input) - request message body.
345 ndmpd_data_get_state_v3(ndmp_connection_t *connection, void *body)
387 * body (input) - request message body.
393 ndmpd_data_start_backup_v3(ndmp_connection_t *connection, void *body)
399 request = (ndmp_data_start_backup_request_v3 *)body;
477 * body (input) - request message body.
483 ndmpd_data_start_recover_v3(ndmp_connection_t *connection, void *body)
489 request = (ndmp_data_start_recover_request_v3 *)body;
560 * body (input) - request message body.
567 ndmpd_data_abort_v3(ndmp_connection_t *connection, void *body)
616 * body (input) - request message body.
623 ndmpd_data_stop_v3(ndmp_connection_t *connection, void *body)
657 * body (input) - request message body.
663 ndmpd_data_listen_v3(ndmp_connection_t *connection, void *body)
671 request = (ndmp_data_listen_request_v3 *)body;
738 * body (input) - request message body.
744 ndmpd_data_connect_v3(ndmp_connection_t *connection, void *body)
750 request = (ndmp_data_connect_request_v3 *)body;
821 * body (input) - request message body.
828 ndmpd_data_get_env_v4(ndmp_connection_t *connection, void *body)
860 * body (input) - request message body.
867 ndmpd_data_get_state_v4(ndmp_connection_t *connection, void *body)
911 * body (input) - request message body.
917 ndmpd_data_connect_v4(ndmp_connection_t *connection, void *body)
923 request = (ndmp_data_connect_request_v4 *)body;
986 * body (input) - request message body.
992 ndmpd_data_listen_v4(ndmp_connection_t *connection, void *body)
1000 request = (ndmp_data_listen_request_v4 *)body;
1081 * body (input) - request message body.
1088 ndmpd_data_start_recover_filehist_v4(ndmp_connection_t *connection, void *body)