Lines Matching refs:port
1131 /* Allow data->set.use_port to set which port to use. This needs to be
1306 URL: don't allow a custom port number */
1334 /* Clear auth if this redirects to a different port number or protocol,
1338 int port;
1342 /* a custom port is used */
1343 port = (int)data->set.use_port;
1351 port = atoi(portnum);
1354 if(port != data->info.conn_remote_port) {
1355 infof(data, "Clear auth, redirects to port from %u to %u",
1356 data->info.conn_remote_port, port);