Home
last modified time | relevance | path

Searched refs:portno (Results 1 – 1 of 1) sorted by relevance

/iperf/src/
H A Diperf_api.c1086 int portno; in iperf_parse_arguments() local
1108 portno = atoi(optarg); in iperf_parse_arguments()
1109 if (portno < 1 || portno > 65535) { in iperf_parse_arguments()
1113 test->server_port = portno; in iperf_parse_arguments()
1322 portno = atoi(optarg); in iperf_parse_arguments()
1323 if (portno < 1 || portno > 65535) { in iperf_parse_arguments()
1327 test->bind_port = portno; in iperf_parse_arguments()