Home | History | Annotate | Download | only in fio

Lines Matching defs:lport

2277 	int lport = 0;
2304 lport = atoi(host);
2305 if (!lport || lport > 65535) {
2306 log_err("fio: bad server port %u\n", lport);
2310 *port = lport;
2317 if (!lport) {
2322 lport = atoi(portp);
2323 if (!lport || lport > 65535) {
2324 log_err("fio: bad server port %u\n", lport);
2330 if (lport)
2331 *port = lport;