Lines Matching defs:con
450 struct rsession *con;
456 con = imsg->data;
458 (void)print_host(&con->se_in.ss, a, sizeof(a));
459 (void)print_host(&con->se_out.ss, b, sizeof(b));
461 imsg->hdr.peerid, con->se_id,
462 a, ntohs(con->se_in.port), b, ntohs(con->se_out.port),
463 con->se_done ? "DONE" : "RUNNING");
466 print_time(&tv_now, &con->se_tv_start, a, sizeof(a));
467 print_time(&tv_now, &con->se_tv_last, b, sizeof(b));
469 a, b, con->se_relayid, con->se_pid);
471 if (con->se_tag)
472 printf(", tag (id) %u", con->se_tag);