Lines Matching refs:connection

89  *   connection (input) - connection handle.
97 ndmpd_data_get_state_v2(ndmp_connection_t *connection, void *body)
100 ndmpd_session_t *session = ndmp_get_client_data(connection);
120 ndmp_send_reply(connection, &reply,
131 * connection (input) - connection handle.
138 ndmpd_data_start_backup_v2(ndmp_connection_t *connection, void *body)
142 ndmpd_session_t *session = ndmp_get_client_data(connection);
160 ndmp_send_reply(connection, &reply,
172 * connection (input) - connection handle.
179 ndmpd_data_start_recover_v2(ndmp_connection_t *connection, void *body)
183 ndmpd_session_t *session = ndmp_get_client_data(connection);
199 ndmp_send_reply(connection, &reply,
213 * connection (input) - connection handle.
221 ndmpd_data_get_env_v2(ndmp_connection_t *connection, void *body)
224 ndmpd_session_t *session = ndmp_get_client_data(connection);
237 ndmp_send_reply(connection, &reply, "sending data_get_env reply");
247 * connection (input) - connection handle.
255 ndmpd_data_stop_v2(ndmp_connection_t *connection, void *body)
258 ndmpd_session_t *session = ndmp_get_client_data(connection);
263 ndmp_send_reply(connection, &reply,
278 ndmp_send_reply(connection, &reply, "sending data_stop reply");
290 * connection (input) - connection handle.
298 ndmpd_data_abort_v2(ndmp_connection_t *connection, void *body)
301 ndmpd_session_t *session = ndmp_get_client_data(connection);
307 ndmp_send_reply(connection, &reply,
321 ndmp_send_reply(connection, &reply, "sending data_abort reply");
336 * connection (input) - connection handle.
344 ndmpd_data_get_state_v3(ndmp_connection_t *connection, void *body)
347 ndmpd_session_t *session = ndmp_get_client_data(connection);
374 ndmp_send_reply(connection, &reply,
385 * connection (input) - connection handle.
392 ndmpd_data_start_backup_v3(ndmp_connection_t *connection, void *body)
396 ndmpd_session_t *session = ndmp_get_client_data(connection);
463 ndmp_send_reply(connection, &reply,
475 * connection (input) - connection handle.
482 ndmpd_data_start_recover_v3(ndmp_connection_t *connection, void *body)
486 ndmpd_session_t *session = ndmp_get_client_data(connection);
543 ndmp_send_reply(connection, &reply,
558 * connection (input) - connection handle.
566 ndmpd_data_abort_v3(ndmp_connection_t *connection, void *body)
569 ndmpd_session_t *session = ndmp_get_client_data(connection);
603 ndmp_send_reply(connection, &reply,
614 * connection (input) - connection handle.
622 ndmpd_data_stop_v3(ndmp_connection_t *connection, void *body)
625 ndmpd_session_t *session = ndmp_get_client_data(connection);
630 ndmp_send_reply(connection, &reply,
643 ndmp_send_reply(connection, &reply,
651 * Request handler. Configures the server to listen for a connection
655 * connection (input) - connection handle.
662 ndmpd_data_listen_v3(ndmp_connection_t *connection, void *body)
666 ndmpd_session_t *session = ndmp_get_client_data(connection);
687 ndmp_send_reply(connection, &reply,
724 ndmp_send_reply(connection, &reply,
736 * connection (input) - connection handle.
743 ndmpd_data_connect_v3(ndmp_connection_t *connection, void *body)
747 ndmpd_session_t *session = ndmp_get_client_data(connection);
765 ndmp_send_reply(connection, &reply,
774 * local connection
800 ndmp_send_reply(connection, &reply,
819 * connection (input) - connection handle.
827 ndmpd_data_get_env_v4(ndmp_connection_t *connection, void *body)
830 ndmpd_session_t *session = ndmp_get_client_data(connection);
849 ndmp_send_reply(connection, &reply, "sending data_get_env reply");
858 * connection (input) - connection handle.
866 ndmpd_data_get_state_v4(ndmp_connection_t *connection, void *body)
869 ndmpd_session_t *session = ndmp_get_client_data(connection);
896 ndmp_send_reply(connection, &reply,
909 * connection (input) - connection handle.
916 ndmpd_data_connect_v4(ndmp_connection_t *connection, void *body)
920 ndmpd_session_t *session = ndmp_get_client_data(connection);
938 ndmp_send_reply(connection, &reply,
947 * local connection
973 ndmp_send_reply(connection, &reply,
980 * Request handler. Configures the server to listen for a connection
984 * connection (input) - connection handle.
991 ndmpd_data_listen_v4(ndmp_connection_t *connection, void *body)
995 ndmpd_session_t *session = ndmp_get_client_data(connection);
1016 ndmp_send_reply(connection, &reply,
1067 ndmp_send_reply(connection, &reply,
1079 * connection (input) - connection handle.
1087 ndmpd_data_start_recover_filehist_v4(ndmp_connection_t *connection, void *body)
1094 ndmp_send_reply(connection, &reply,
1235 * Accept a data connection from a remote mover.
1236 * Called by ndmpd_select when a connection is pending on
1315 * connection is ready to be accepted.
1731 * Read and discard data from the data connection.
1884 /* read returns 0 if the connection was closed */