Lines Matching refs:RemoteAddress
419 &pUdp4->ConfigData.RemoteAddress.Addr[0], in EslUdp4RemoteAddressGet()
461 pUdp4->ConfigData.RemoteAddress.Addr[0] = (UINT8)( pRemoteAddress->sin_addr.s_addr ); in EslUdp4RemoteAddressSet()
462 pUdp4->ConfigData.RemoteAddress.Addr[1] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 8 ); in EslUdp4RemoteAddressSet()
463 pUdp4->ConfigData.RemoteAddress.Addr[2] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 16 ); in EslUdp4RemoteAddressSet()
464 pUdp4->ConfigData.RemoteAddress.Addr[3] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 24 ); in EslUdp4RemoteAddressSet()
626 pConfigData->RemoteAddress.Addr[0], in EslUdp4SocketIsConfigured()
627 pConfigData->RemoteAddress.Addr[1], in EslUdp4SocketIsConfigured()
628 pConfigData->RemoteAddress.Addr[2], in EslUdp4SocketIsConfigured()
629 pConfigData->RemoteAddress.Addr[3], in EslUdp4SocketIsConfigured()
685 pConfigData->RemoteAddress.Addr[0], in EslUdp4SocketIsConfigured()
686 pConfigData->RemoteAddress.Addr[1], in EslUdp4SocketIsConfigured()
687 pConfigData->RemoteAddress.Addr[2], in EslUdp4SocketIsConfigured()
688 pConfigData->RemoteAddress.Addr[3], in EslUdp4SocketIsConfigured()