Lines Matching defs:connection

96  *   connection (input) - connection handle.
104 ndmpd_config_get_host_info_v2(ndmp_connection_t *connection, void *body)
140 ndmp_send_reply(connection, (void *) &reply,
152 * connection (input) - connection handle.
159 ndmpd_config_get_butype_attr_v2(ndmp_connection_t *connection, void *body)
179 ndmp_send_reply(connection, (void *) &reply,
191 * connection (input) - connection handle.
199 ndmpd_config_get_mover_type_v2(ndmp_connection_t *connection, void *body)
211 ndmp_send_reply(connection, (void *) &reply,
224 * connection (input) - connection handle.
231 ndmpd_config_get_auth_attr_v2(ndmp_connection_t *connection, void *body)
235 ndmpd_session_t *session = ndmp_get_client_data(connection);
262 ndmp_send_reply(connection, (void *) &reply,
280 * connection (input) - connection handle.
288 ndmpd_config_get_host_info_v3(ndmp_connection_t *connection, void *body)
321 ndmp_send_reply(connection, (void *) &reply,
330 * A list of supported data connection types is returned.
333 * connection (input) - connection handle.
341 ndmpd_config_get_connection_type_v3(ndmp_connection_t *connection,
356 ndmp_send_reply(connection, (void *) &reply,
369 * connection (input) - connection handle.
376 ndmpd_config_get_auth_attr_v3(ndmp_connection_t *connection, void *body)
380 ndmpd_session_t *session = ndmp_get_client_data(connection);
408 ndmp_send_reply(connection, (void *) &reply,
420 * connection (input) - connection handle.
428 ndmpd_config_get_butype_info_v3(ndmp_connection_t *connection, void *body)
511 ndmp_send_reply(connection, (void *)&reply,
522 * connection (input) - connection handle.
530 ndmpd_config_get_fs_info_v3(ndmp_connection_t *connection, void *body)
547 ndmp_send_reply(connection, (void *)&reply,
555 ndmp_send_reply(connection, (void *)&reply,
566 ndmp_send_reply(connection, (void *)&reply,
575 ndmp_send_reply(connection, (void *)&reply,
661 ndmp_send_reply(connection, (void *)&reply,
683 * connection (input) - connection handle.
691 ndmpd_config_get_tape_info_v3(ndmp_connection_t *connection, void *body)
714 ndmp_send_reply(connection, (void *)&reply,
761 ndmp_send_reply(connection, (void *)&reply,
771 ndmp_send_reply(connection, (void *)&reply,
788 * connection (input) - connection handle.
796 ndmpd_config_get_scsi_info_v3(ndmp_connection_t *connection, void *body)
817 ndmp_send_reply(connection, (void *)&reply,
859 ndmp_send_reply(connection, (void *)&reply,
875 * connection (input) - connection handle.
883 ndmpd_config_get_server_info_v3(ndmp_connection_t *connection, void *body)
888 ndmpd_session_t *session = ndmp_get_client_data(connection);
893 if (connection->conn_authorized ||
915 ndmp_send_reply(connection, (void *)&reply,
934 * connection (input) - connection handle.
942 ndmpd_config_get_butype_info_v4(ndmp_connection_t *connection, void *body)
1036 ndmp_send_reply(connection, (void *)&reply,
1047 * connection (input) - connection handle.
1055 ndmpd_config_get_ext_list_v4(ndmp_connection_t *connection, void *body)
1058 ndmpd_session_t *session = ndmp_get_client_data(connection);
1071 ndmp_send_reply(connection, (void *)&reply,
1081 * connection (input) - connection handle.
1089 ndmpd_config_set_ext_list_v4(ndmp_connection_t *connection, void *body)
1092 ndmpd_session_t *session = ndmp_get_client_data(connection);
1108 ndmp_send_reply(connection, (void *)&reply,