Lines Matching defs:port
909 unsigned short port)
916 rd->addr.sin_port = htons(port);
973 static int fio_rdmaio_setup_listen(struct thread_data *td, short port)
980 rd->addr.sin_port = htons(port);
1053 unsigned int port;
1090 port = strtol(portp, NULL, 10);
1091 if (!port || port > 65535)
1147 ret = fio_rdmaio_setup_listen(td, port);
1150 ret = fio_rdmaio_setup_connect(td, host, port);
1185 log_err("fio: bad rdma host/port/protocol: %s\n", td->o.filename);