Lines Matching refs:connection

129  *   connection (input) - connection handle.
137 ndmpd_mover_get_state_v2(ndmp_connection_t *connection, void *body)
140 ndmpd_session_t *session = ndmp_get_client_data(connection);
159 ndmp_send_reply(connection, (void *) &reply,
170 * connection (input) - connection handle.
177 ndmpd_mover_listen_v2(ndmp_connection_t *connection, void *body)
181 ndmpd_session_t *session = ndmp_get_client_data(connection);
191 ndmp_send_reply(connection, (void *) &reply,
202 ndmp_send_reply(connection, (void *) &reply,
223 ndmp_send_reply(connection, (void *) &reply,
234 * connection (input) - connection handle.
242 ndmpd_mover_continue_v2(ndmp_connection_t *connection, void *body)
245 ndmpd_session_t *session = ndmp_get_client_data(connection);
251 ndmp_send_reply(connection, (void *) &reply,
257 ndmp_send_reply(connection, (void *) &reply,
268 * connection (input) - connection handle.
276 ndmpd_mover_abort_v2(ndmp_connection_t *connection, void *body)
279 ndmpd_session_t *session = ndmp_get_client_data(connection);
286 ndmp_send_reply(connection, (void *) &reply,
292 ndmp_send_reply(connection, (void *) &reply,
306 * connection (input) - connection handle.
314 ndmpd_mover_stop_v2(ndmp_connection_t *connection, void *body)
317 ndmpd_session_t *session = ndmp_get_client_data(connection);
323 ndmp_send_reply(connection, (void *) &reply,
330 ndmp_send_reply(connection, (void *) &reply,
347 * connection (input) - connection handle.
354 ndmpd_mover_set_window_v2(ndmp_connection_t *connection, void *body)
358 ndmpd_session_t *session = ndmp_get_client_data(connection);
391 ndmp_send_reply(connection, (void *) &reply,
405 * to the data connection.
408 * connection (input) - connection handle.
415 ndmpd_mover_read_v2(ndmp_connection_t *connection, void *body)
419 ndmpd_session_t *session = ndmp_get_client_data(connection);
427 ndmp_send_reply(connection, &reply,
434 ndmp_send_reply(connection, &reply,
440 ndmp_send_reply(connection, &reply, "sending mover_read reply");
469 * connection (input) - connection handle.
477 ndmpd_mover_close_v2(ndmp_connection_t *connection, void *body)
480 ndmpd_session_t *session = ndmp_get_client_data(connection);
486 ndmp_send_reply(connection, &reply,
493 ndmp_send_reply(connection, &reply, "sending mover_close reply");
505 * connection (input) - connection handle.
512 ndmpd_mover_set_record_size_v2(ndmp_connection_t *connection, void *body)
516 ndmpd_session_t *session = ndmp_get_client_data(connection);
525 ndmp_send_reply(connection, &reply,
543 * connection (input) - connection handle.
551 ndmpd_mover_get_state_v3(ndmp_connection_t *connection, void *body)
554 ndmpd_session_t *session = ndmp_get_client_data(connection);
578 ndmp_send_reply(connection, &reply,
592 * connection (input) - connection handle.
599 ndmpd_mover_listen_v3(ndmp_connection_t *connection, void *body)
603 ndmpd_session_t *session = ndmp_get_client_data(connection);
638 ndmp_send_reply(connection, &reply,
675 ndmp_send_reply(connection, &reply,
686 * connection (input) - connection handle.
694 ndmpd_mover_continue_v3(ndmp_connection_t *connection, void *body)
697 ndmpd_session_t *session = ndmp_get_client_data(connection);
706 ndmp_send_reply(connection, (void *) &reply,
715 ndmp_send_reply(connection, (void *) &reply,
772 ndmp_send_reply(connection, (void *) &reply,
783 * connection (input) - connection handle.
791 ndmpd_mover_abort_v3(ndmp_connection_t *connection, void *body)
794 ndmpd_session_t *session = ndmp_get_client_data(connection);
801 ndmp_send_reply(connection, (void *) &reply,
807 ndmp_send_reply(connection, (void *) &reply,
821 * connection (input) - connection handle.
828 ndmpd_mover_set_window_v3(ndmp_connection_t *connection, void *body)
832 ndmpd_session_t *session = ndmp_get_client_data(connection);
864 ndmp_send_reply(connection, (void *) &reply,
890 ndmp_send_reply(connection, (void *) &reply,
905 * data connection.
908 * connection (input) - connection handle.
915 ndmpd_mover_read_v3(ndmp_connection_t *connection, void *body)
919 ndmpd_session_t *session = ndmp_get_client_data(connection);
943 ndmp_send_reply(connection, (void *) &reply,
963 * data can be written to the data connection without blocking.
980 * connection (input) - connection handle.
987 ndmpd_mover_set_record_size_v3(ndmp_connection_t *connection, void *body)
991 ndmpd_session_t *session = ndmp_get_client_data(connection);
1017 ndmp_send_reply(connection, (void *) &reply,
1028 * connection (input) - connection handle.
1035 ndmpd_mover_connect_v3(ndmp_connection_t *connection, void *body)
1039 ndmpd_session_t *session = ndmp_get_client_data(connection);
1068 ndmp_send_reply(connection, (void *) &reply,
1077 * local connection.
1106 ndmp_send_reply(connection, (void *) &reply,
1124 * connection (input) - connection handle.
1132 ndmpd_mover_get_state_v4(ndmp_connection_t *connection, void *body)
1135 ndmpd_session_t *session = ndmp_get_client_data(connection);
1160 ndmp_send_reply(connection, (void *) &reply,
1175 * connection (input) - connection handle.
1182 ndmpd_mover_listen_v4(ndmp_connection_t *connection, void *body)
1187 ndmpd_session_t *session = ndmp_get_client_data(connection);
1225 ndmp_send_reply(connection, (void *) &reply,
1272 ndmp_send_reply(connection, (void *) &reply,
1283 * connection (input) - connection handle.
1290 ndmpd_mover_connect_v4(ndmp_connection_t *connection, void *body)
1294 ndmpd_session_t *session = ndmp_get_client_data(connection);
1325 ndmp_send_reply(connection, (void *) &reply,
1334 * local connection.
1363 ndmp_send_reply(connection, (void *) &reply,
1791 /* read returns 0 if the connection was closed */
1810 * persist across data operations. A client may open a connection and
1912 * Create a connection to the specified mover.
1993 /* Local mover connection. */
2027 * written to the data connection.
2174 * connection is ready to be accepted.
2191 * Accept a data connection from a data server.
2192 * Called by ndmpd_select when a connection is pending on
2234 NDMP_LOG(LOG_DEBUG, "Backup connection established by %s:%d",
2238 NDMP_LOG(LOG_DEBUG, "Restore connection established by %s:%d",
2243 NDMP_LOG(LOG_DEBUG, "Received connection");
2296 /* Operation aborted or connection terminated? */
2377 * Read and discard data from the data connection.
2607 /* Write the data to the data connection. */
3468 /* Operation aborted or connection terminated */
3504 /* Operation aborted or connection terminated */
3677 * Reads backup data from the data connection and writes the
3702 * connection has been closed.
3706 NDMP_LOG(LOG_DEBUG, "Data connection closed");
3842 /* Operation aborted or connection terminated? */
3857 * data to the data connection.
3858 * This function is called by ndmpd_select when the data connection
3983 * Write the data to the data connection.
4000 "wrote %u of %u bytes to data connection position %llu r_index %lu",
4032 * Accept a data connection from a data server.
4033 * Called by ndmpd_select when a connection is pending on
4101 NDMP_LOG(LOG_DEBUG, "Backup connection established by %s:%d",
4105 NDMP_LOG(LOG_DEBUG, "Restore connection established by %s:%d",
4138 * connection is ready to be accepted.