Lines Matching defs:body
135 * body (input) - request message body.
142 ndmpd_connect_open_v2(ndmp_connection_t *connection, void *body)
144 ndmp_connect_open_request *request = (ndmp_connect_open_request *)body;
190 ndmpd_connect_client_auth_v2(ndmp_connection_t *connection, void *body)
201 request = (ndmp_connect_client_auth_request *)body;
353 ndmpd_connect_server_auth_v2(ndmp_connection_t *connection, void *body)
358 request = (ndmp_connect_server_auth_request *)body;
405 ndmpd_connect_close_v2(ndmp_connection_t *connection, void *body)
434 ndmpd_connect_client_auth_v3(ndmp_connection_t *connection, void *body)
445 request = (ndmp_connect_client_auth_request_v3 *)body;
543 ndmpd_connect_close_v3(ndmp_connection_t *connection, void *body)