Lines Matching defs:port
1141 int port;1177 port = str2number(servname);1178 if (port >= 0) {1181 if (port < 0 || port > 65535)1183 port = htons(port);1202 port = sp->s_port;1209 ai->ai_addr)->sin_port = port;1214 ai->ai_addr)->sin6_port = port;