HomeSort by: relevance | last modified time | path
    Searched defs:clent (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/iscsictl/
iscsic_daemonif.c 1046 iscsid_connection_list_entry_t *clent; local in function:list_sessions
1092 for (j = 0, clent = clinfo->connection;
1093 j < clinfo->num_connections; j++, clent++) {
1094 printf(" Connection %d", clent->connection_id.id);
1095 if (clent->connection_id.name[0]) {
1096 printf("[%s]", clent->connection_id.name);
1098 printf(" Address %s:%d,%d\n", clent->target_portal.address,
1099 clent->target_portal.port,
1100 clent->target_portal.group_tag);
iscsic_daemonif.c 1046 iscsid_connection_list_entry_t *clent; local in function:list_sessions
1092 for (j = 0, clent = clinfo->connection;
1093 j < clinfo->num_connections; j++, clent++) {
1094 printf(" Connection %d", clent->connection_id.id);
1095 if (clent->connection_id.name[0]) {
1096 printf("[%s]", clent->connection_id.name);
1098 printf(" Address %s:%d,%d\n", clent->target_portal.address,
1099 clent->target_portal.port,
1100 clent->target_portal.group_tag);

Completed in 23 milliseconds