Home | History | Annotate | Download | only in HttpDxe

Lines Matching full:remoteport

240   UINT16                        RemotePort;

258 RemotePort = 0;
388 Status = HttpUrlGetPort (Url, UrlParser, &RemotePort);
391 RemotePort = HTTPS_DEFAULT_PORT;
393 RemotePort = HTTP_DEFAULT_PORT;
410 if ((HttpInstance->RemotePort == RemotePort) &&
466 HttpInstance->RemotePort = 0;
504 // Save the RemotePort and RemoteHost.
507 HttpInstance->RemotePort = RemotePort;