Searched refs:UdpPoint (Results 1 – 1 of 1) sorted by relevance
459 UDP_END_POINT UdpPoint; in Mtftp4SendPacket() local476 ZeroMem (&UdpPoint, sizeof (UdpPoint)); in Mtftp4SendPacket()477 UdpPoint.RemoteAddr.Addr[0] = Instance->ServerIp; in Mtftp4SendPacket()490 UdpPoint.RemotePort = Instance->ListeningPort; in Mtftp4SendPacket()492 UdpPoint.RemotePort = Instance->ConnectedPort; in Mtftp4SendPacket()500 &UdpPoint, in Mtftp4SendPacket()528 UDP_END_POINT UdpPoint; in Mtftp4Retransmit() local535 ZeroMem (&UdpPoint, sizeof (UdpPoint)); in Mtftp4Retransmit()536 UdpPoint.RemoteAddr.Addr[0] = Instance->ServerIp; in Mtftp4Retransmit()547 UdpPoint.RemotePort = Instance->ListeningPort; in Mtftp4Retransmit()[all …]