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

  /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 1490 milliseconds