Lines Matching refs:port
18 unsigned long port = 0;
55 buf[0].port = 0;
68 port = strtoul(name, &z, 10);
71 if (port > 65535) {
73 MUSL_LOGE("%{public}s: %{public}d: port is larger than 65535: %{public}d", __func__, __LINE__, EAI_SERVICE);
78 buf[cnt].port = port;
83 buf[cnt].port = port;
116 port = strtoul(p, &z, 10);
117 if (port > 65535 || z==p) continue;
120 buf[cnt].port = port;
126 buf[cnt].port = port;