Searched refs:portno (Results 1 – 4 of 4) sorted by relevance
104 SOCKET AcceptConnection(int portno) { in AcceptConnection() argument118 serv_addr.sin_port = htons(portno); in AcceptConnection()2958 int portno = -1; in main() local2973 portno = strtol(optarg, &remainder, 0); in main()2986 if (portno != -1) { in main()2987 printf("Listening on port %i...\n", portno); in main()2988 SOCKET socket_fd = AcceptConnection(portno); in main()
939 int portno; in iperf_parse_arguments() local959 portno = atoi(optarg); in iperf_parse_arguments()960 if (portno < 1 || portno > 65535) { in iperf_parse_arguments()964 test->server_port = portno; in iperf_parse_arguments()1143 portno = atoi(optarg); in iperf_parse_arguments()1144 if (portno < 1 || portno > 65535) { in iperf_parse_arguments()1148 test->bind_port = portno; in iperf_parse_arguments()
1290 char *portno, *source; in one_opt() local1293 (portno = split_chr(source, '#')) && !atoi_check16(portno, &source_port)) in one_opt()1296 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt()1297 !atoi_check16(portno, &serv_port)) in one_opt()
2999 [ 5.021621] [4: init: 1] f_cdev_alloc: port_name:at_usb0 (ffffffc0f07f7000) portno…3000 [ 5.022248] [7: init: 1] f_cdev_alloc: port_name:at_usb1 (ffffffc0f07f7c00) portno…