Lines Matching refs:connection

97  *   connection (input) - connection handle.
105 ndmpd_config_get_host_info_v2(ndmp_connection_t *connection, void *body)
141 ndmp_send_reply(connection, (void *) &reply,
153 * connection (input) - connection handle.
160 ndmpd_config_get_butype_attr_v2(ndmp_connection_t *connection, void *body)
180 ndmp_send_reply(connection, (void *) &reply,
192 * connection (input) - connection handle.
200 ndmpd_config_get_mover_type_v2(ndmp_connection_t *connection, void *body)
212 ndmp_send_reply(connection, (void *) &reply,
225 * connection (input) - connection handle.
232 ndmpd_config_get_auth_attr_v2(ndmp_connection_t *connection, void *body)
236 ndmpd_session_t *session = ndmp_get_client_data(connection);
263 ndmp_send_reply(connection, (void *) &reply,
281 * connection (input) - connection handle.
289 ndmpd_config_get_host_info_v3(ndmp_connection_t *connection, void *body)
322 ndmp_send_reply(connection, (void *) &reply,
331 * A list of supported data connection types is returned.
334 * connection (input) - connection handle.
342 ndmpd_config_get_connection_type_v3(ndmp_connection_t *connection,
357 ndmp_send_reply(connection, (void *) &reply,
370 * connection (input) - connection handle.
377 ndmpd_config_get_auth_attr_v3(ndmp_connection_t *connection, void *body)
381 ndmpd_session_t *session = ndmp_get_client_data(connection);
409 ndmp_send_reply(connection, (void *) &reply,
421 * connection (input) - connection handle.
429 ndmpd_config_get_butype_info_v3(ndmp_connection_t *connection, void *body)
512 ndmp_send_reply(connection, (void *)&reply,
523 * connection (input) - connection handle.
531 ndmpd_config_get_fs_info_v3(ndmp_connection_t *connection, void *body)
654 ndmp_send_reply(connection, (void *)&reply,
675 * connection (input) - connection handle.
683 ndmpd_config_get_tape_info_v3(ndmp_connection_t *connection, void *body)
706 ndmp_send_reply(connection, (void *)&reply,
753 ndmp_send_reply(connection, (void *)&reply,
763 ndmp_send_reply(connection, (void *)&reply,
780 * connection (input) - connection handle.
788 ndmpd_config_get_scsi_info_v3(ndmp_connection_t *connection, void *body)
809 ndmp_send_reply(connection, (void *)&reply,
851 ndmp_send_reply(connection, (void *)&reply,
867 * connection (input) - connection handle.
875 ndmpd_config_get_server_info_v3(ndmp_connection_t *connection, void *body)
880 ndmpd_session_t *session = ndmp_get_client_data(connection);
885 if (connection->conn_authorized ||
907 ndmp_send_reply(connection, (void *)&reply,
926 * connection (input) - connection handle.
934 ndmpd_config_get_butype_info_v4(ndmp_connection_t *connection, void *body)
1028 ndmp_send_reply(connection, (void *)&reply,
1039 * connection (input) - connection handle.
1047 ndmpd_config_get_ext_list_v4(ndmp_connection_t *connection, void *body)
1050 ndmpd_session_t *session = ndmp_get_client_data(connection);
1071 ndmp_send_reply(connection, (void *)&reply,
1081 * connection (input) - connection handle.
1088 ndmpd_config_set_ext_list_v4(ndmp_connection_t *connection, void *body)
1092 ndmpd_session_t *session = ndmp_get_client_data(connection);
1124 ndmp_send_reply(connection, (void *)&reply,