HomeSort by relevance Sort by last modified time
    Searched defs:ServerAddress (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
madcapcl.h 55 IPNG_ADDRESS ServerAddress;
64 IPNG_ADDRESS ServerAddress;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 128 EFI_IPv4_ADDRESS ServerAddress;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp4.h 330 EFI_IPv4_ADDRESS ServerAddress;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c 420 CHAR8 *ServerAddress;
472 ServerAddress = ServerAddressOption;
473 while (*ServerAddress != '\0' && *ServerAddress != PXEBC_ADDR_END_DELIMITER) {
474 ServerAddress++;
477 if (*ServerAddress != PXEBC_ADDR_END_DELIMITER) {
482 *ServerAddress = '\0';
495 ServerAddress = ServerAddressOption;
496 while (*ServerAddress != '\0' && *ServerAddress != PXEBC_TFTP_URL_SEPARATOR) {
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayport.cc 254 const ProtocolAddress * RelayPort::ServerAddress(size_t index) const {
470 const ProtocolAddress* ra = port()->ServerAddress(server_index_);

Completed in 178 milliseconds