Lines Matching defs:body
130 * body (input) - request message body.
137 ndmpd_mover_get_state_v2(ndmp_connection_t *connection, void *body)
171 * body (input) - request message body.
177 ndmpd_mover_listen_v2(ndmp_connection_t *connection, void *body)
185 request = (ndmp_mover_listen_request_v2 *)body;
235 * body (input) - request message body.
242 ndmpd_mover_continue_v2(ndmp_connection_t *connection, void *body)
269 * body (input) - request message body.
276 ndmpd_mover_abort_v2(ndmp_connection_t *connection, void *body)
307 * body (input) - request message body.
314 ndmpd_mover_stop_v2(ndmp_connection_t *connection, void *body)
348 * body (input) - request message body.
354 ndmpd_mover_set_window_v2(ndmp_connection_t *connection, void *body)
360 request = (ndmp_mover_set_window_request *) body;
409 * body (input) - request message body.
415 ndmpd_mover_read_v2(ndmp_connection_t *connection, void *body)
417 ndmp_mover_read_request *request = (ndmp_mover_read_request *) body;
470 * body (input) - request message body.
477 ndmpd_mover_close_v2(ndmp_connection_t *connection, void *body)
506 * body (input) - request message body.
512 ndmpd_mover_set_record_size_v2(ndmp_connection_t *connection, void *body)
518 request = (ndmp_mover_set_record_size_request *) body;
544 * body (input) - request message body.
551 ndmpd_mover_get_state_v3(ndmp_connection_t *connection, void *body)
593 * body (input) - request message body.
599 ndmpd_mover_listen_v3(ndmp_connection_t *connection, void *body)
607 request = (ndmp_mover_listen_request_v3 *)body;
687 * body (input) - request message body.
694 ndmpd_mover_continue_v3(ndmp_connection_t *connection, void *body)
784 * body (input) - request message body.
791 ndmpd_mover_abort_v3(ndmp_connection_t *connection, void *body)
822 * body (input) - request message body.
828 ndmpd_mover_set_window_v3(ndmp_connection_t *connection, void *body)
834 request = (ndmp_mover_set_window_request *) body;
909 * body (input) - request message body.
915 ndmpd_mover_read_v3(ndmp_connection_t *connection, void *body)
917 ndmp_mover_read_request *request = (ndmp_mover_read_request *)body;
981 * body (input) - request message body.
987 ndmpd_mover_set_record_size_v3(ndmp_connection_t *connection, void *body)
994 request = (ndmp_mover_set_record_size_request *) body;
1029 * body (input) - request message body.
1035 ndmpd_mover_connect_v3(ndmp_connection_t *connection, void *body)
1041 request = (ndmp_mover_connect_request_v3*)body;
1125 * body (input) - request message body.
1132 ndmpd_mover_get_state_v4(ndmp_connection_t *connection, void *body)
1176 * body (input) - request message body.
1182 ndmpd_mover_listen_v4(ndmp_connection_t *connection, void *body)
1191 request = (ndmp_mover_listen_request_v4 *)body;
1284 * body (input) - request message body.
1290 ndmpd_mover_connect_v4(ndmp_connection_t *connection, void *body)
1296 request = (ndmp_mover_connect_request_v4 *)body;