HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_DEFAULT_PORT (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.h 20 #define HTTP_DEFAULT_PORT 80
HttpImpl.c 393 RemotePort = HTTP_DEFAULT_PORT;
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.h 115 const uint16_t HTTP_DEFAULT_PORT = 80;
177 return secure ? HTTP_SECURE_PORT : HTTP_DEFAULT_PORT;
209 Url(const string& path, const string& host, uint16_t port = HTTP_DEFAULT_PORT)
217 port_ = HTTP_DEFAULT_PORT;

Completed in 191 milliseconds