Lines Matching refs:connection
98 ndmpd_data_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_get_state_v2() argument
101 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_get_state_v2()
121 ndmp_send_reply(connection, &reply, in ndmpd_data_get_state_v2()
139 ndmpd_data_start_backup_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_start_backup_v2() argument
143 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_start_backup_v2()
161 ndmp_send_reply(connection, &reply, in ndmpd_data_start_backup_v2()
180 ndmpd_data_start_recover_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_start_recover_v2() argument
184 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_start_recover_v2()
200 ndmp_send_reply(connection, &reply, in ndmpd_data_start_recover_v2()
222 ndmpd_data_get_env_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_get_env_v2() argument
225 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_get_env_v2()
238 ndmp_send_reply(connection, &reply, "sending data_get_env reply"); in ndmpd_data_get_env_v2()
256 ndmpd_data_stop_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_stop_v2() argument
259 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_stop_v2()
264 ndmp_send_reply(connection, &reply, in ndmpd_data_stop_v2()
279 ndmp_send_reply(connection, &reply, "sending data_stop reply"); in ndmpd_data_stop_v2()
299 ndmpd_data_abort_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_abort_v2() argument
302 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_abort_v2()
308 ndmp_send_reply(connection, &reply, in ndmpd_data_abort_v2()
322 ndmp_send_reply(connection, &reply, "sending data_abort reply"); in ndmpd_data_abort_v2()
345 ndmpd_data_get_state_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_get_state_v3() argument
348 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_get_state_v3()
375 ndmp_send_reply(connection, &reply, in ndmpd_data_get_state_v3()
393 ndmpd_data_start_backup_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_start_backup_v3() argument
397 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_start_backup_v3()
464 ndmp_send_reply(connection, &reply, in ndmpd_data_start_backup_v3()
483 ndmpd_data_start_recover_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_start_recover_v3() argument
487 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_start_recover_v3()
544 ndmp_send_reply(connection, &reply, in ndmpd_data_start_recover_v3()
567 ndmpd_data_abort_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_abort_v3() argument
570 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_abort_v3()
604 ndmp_send_reply(connection, &reply, in ndmpd_data_abort_v3()
623 ndmpd_data_stop_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_stop_v3() argument
626 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_stop_v3()
631 ndmp_send_reply(connection, &reply, in ndmpd_data_stop_v3()
644 ndmp_send_reply(connection, &reply, in ndmpd_data_stop_v3()
663 ndmpd_data_listen_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_listen_v3() argument
667 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_listen_v3()
688 ndmp_send_reply(connection, &reply, in ndmpd_data_listen_v3()
725 ndmp_send_reply(connection, &reply, in ndmpd_data_listen_v3()
744 ndmpd_data_connect_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_connect_v3() argument
748 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_connect_v3()
766 ndmp_send_reply(connection, &reply, in ndmpd_data_connect_v3()
801 ndmp_send_reply(connection, &reply, in ndmpd_data_connect_v3()
828 ndmpd_data_get_env_v4(ndmp_connection_t *connection, void *body) in ndmpd_data_get_env_v4() argument
831 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_get_env_v4()
850 ndmp_send_reply(connection, &reply, "sending data_get_env reply"); in ndmpd_data_get_env_v4()
867 ndmpd_data_get_state_v4(ndmp_connection_t *connection, void *body) in ndmpd_data_get_state_v4() argument
870 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_get_state_v4()
897 ndmp_send_reply(connection, &reply, in ndmpd_data_get_state_v4()
917 ndmpd_data_connect_v4(ndmp_connection_t *connection, void *body) in ndmpd_data_connect_v4() argument
921 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_connect_v4()
939 ndmp_send_reply(connection, &reply, in ndmpd_data_connect_v4()
974 ndmp_send_reply(connection, &reply, in ndmpd_data_connect_v4()
992 ndmpd_data_listen_v4(ndmp_connection_t *connection, void *body) in ndmpd_data_listen_v4() argument
996 ndmpd_session_t *session = ndmp_get_client_data(connection); in ndmpd_data_listen_v4()
1017 ndmp_send_reply(connection, &reply, in ndmpd_data_listen_v4()
1068 ndmp_send_reply(connection, &reply, in ndmpd_data_listen_v4()
1088 ndmpd_data_start_recover_filehist_v4(ndmp_connection_t *connection, void *body) in ndmpd_data_start_recover_filehist_v4() argument
1095 ndmp_send_reply(connection, &reply, in ndmpd_data_start_recover_filehist_v4()