Searched refs:portstr (Results 1 – 3 of 3) sorted by relevance
| /iperf/src/ |
| H A D | iperf_sctp.c | 164 char portstr[6]; in iperf_sctp_listen() local 169 snprintf(portstr, 6, "%d", test->server_port); in iperf_sctp_listen() 183 if ((gerror = getaddrinfo(test->bind_address, portstr, &hints, &res)) != 0) { in iperf_sctp_listen() 301 char portstr[6]; in iperf_sctp_connect() local 317 snprintf(portstr, sizeof(portstr), "%d", test->server_port); in iperf_sctp_connect() 318 if ((gerror = getaddrinfo(test->server_hostname, portstr, &hints, &server_res)) != 0) { in iperf_sctp_connect() 587 char portstr[6]; in iperf_sctp_bindx() local 612 snprintf(portstr, 6, "%d", test->server_port); in iperf_sctp_bindx() 613 servname = portstr; in iperf_sctp_bindx() 663 snprintf(portstr, 6, "%d", ntohs(eport)); in iperf_sctp_bindx() [all …]
|
| H A D | net.c | 128 char portstr[6]; in create_socket() local 141 snprintf(portstr, sizeof(portstr), "%d", port); in create_socket() 142 if ((gerror = getaddrinfo(server, portstr, &hints, &server_res)) != 0) { in create_socket() 261 char portstr[6]; in netannounce() local 264 snprintf(portstr, 6, "%d", port); in netannounce() 286 if ((gerror = getaddrinfo(local, portstr, &hints, &res)) != 0) in netannounce()
|
| H A D | iperf_tcp.c | 171 char portstr[6]; in iperf_tcp_listen() local 176 snprintf(portstr, 6, "%d", test->server_port); in iperf_tcp_listen() 192 if ((gerror = getaddrinfo(test->bind_address, portstr, &hints, &res)) != 0) { in iperf_tcp_listen()
|