Searched refs:client_username (Results 1 – 3 of 3) sorted by relevance
524 iperf_set_test_client_username(struct iperf_test *ipt, char *client_username) in iperf_set_test_client_username() argument526 ipt->settings->client_username = client_username; in iperf_set_test_client_username()828 char *client_username = NULL, *client_rsa_public_key = NULL, *server_rsa_private_key = NULL; in iperf_parse_arguments() local1167 client_username = strdup(optarg); in iperf_parse_arguments()1217 if (test->role == 's' && (client_username || client_rsa_public_key)){ in iperf_parse_arguments()1220 } else if (test->role == 'c' && (client_username || client_rsa_public_key) && in iperf_parse_arguments()1221 !(client_username && client_rsa_public_key)) { in iperf_parse_arguments()1224 } else if (test->role == 'c' && (client_username && client_rsa_public_key)){ in iperf_parse_arguments()1233 if (strlen(client_username) > 20 || strlen(client_password) > 20){ in iperf_parse_arguments()1243 test->settings->client_username = client_username; in iperf_parse_arguments()[all …]
152 char *client_username; member
162 void iperf_set_test_client_username(struct iperf_test *ipt, char *client_username);