HomeSort by relevance Sort by last modified time
    Searched refs:ServerAddress (Results 1 - 8 of 8) 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;
rpcdcep.h 263 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcProxyNewConnection(unsigned __LONG32 ConnectionType,unsigned short *ServerAddress,unsigned short *ServerPort,unsigned short *MinConnTimeout,void *ConnectionParameter,RDR_CALLOUT_STATE *CallOutState,I_RpcProxyCallbackInterface *ProxyCallbackInterface);
  /external/webrtc/webrtc/p2p/base/
relayport.h 68 const ProtocolAddress * ServerAddress(size_t index) const;
relayport.cc 254 const ProtocolAddress * RelayPort::ServerAddress(size_t index) const {
470 const ProtocolAddress* ra = port()->ServerAddress(server_index_);
  /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...]
  /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/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c 394 CopyMem (&Dhcp4ModeData->ServerAddress, &Ip, sizeof (EFI_IPv4_ADDRESS));
    [all...]

Completed in 227 milliseconds