Home
last modified time | relevance | path

Searched refs:RemoteEnd (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpMisc.c63 Tcb->RemoteEnd.Ip.Addr[0], in TcpInitTcbLocal()
70 &Tcb->RemoteEnd.Ip.v6, in TcpInitTcbLocal()
263 !TCP_PEER_MATCH (Remote, &Node->RemoteEnd, Version) || in TcpLocateListenTcb()
274 if (TcpIsIpZero (&Node->RemoteEnd.Ip, Version)) { in TcpLocateListenTcb()
278 if (Node->RemoteEnd.Port == 0) { in TcpLocateListenTcb()
396 TCP_PEER_EQUAL (&Remote, &Tcb->RemoteEnd, Version) && in TcpLocateTcb()
462 TCP_PEER_EQUAL (&Tcb->RemoteEnd, &Node->RemoteEnd, Tcb->Sk->IpVersion) in TcpInsertTcb()
957 Nhead->DstPort = Tcb->RemoteEnd.Port; in TcpResetConnection()
965 TcpSendIpPacket (Tcb, Nbuf, &Tcb->LocalEnd.Ip, &Tcb->RemoteEnd.Ip, Tcb->Sk->IpVersion); in TcpResetConnection()
999 RemotePort = NTOHS (Tcb->RemoteEnd.Port); in TcpInstallDevicePath()
[all …]
DTcpDispatcher.c107 IP4_COPY_ADDRESS (&AccessPoint->RemoteAddress, &Tcb->RemoteEnd.Ip); in Tcp4GetMode()
109 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port); in Tcp4GetMode()
184 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port); in Tcp6GetMode()
188 IP6_COPY_ADDRESS (&AccessPoint->RemoteAddress, &Tcb->RemoteEnd.Ip); in Tcp6GetMode()
615 … CopyMem (&Tcb->RemoteEnd.Ip, &CfgData->Tcp4CfgData.AccessPoint.RemoteAddress, sizeof (IP4_ADDR)); in TcpConfigurePcb()
616 Tcb->RemoteEnd.Port = HTONS (CfgData->Tcp4CfgData.AccessPoint.RemotePort); in TcpConfigurePcb()
626 IP6_COPY_ADDRESS (&Tcb->RemoteEnd.Ip, &CfgData->Tcp6CfgData.AccessPoint.RemoteAddress); in TcpConfigurePcb()
627 Tcb->RemoteEnd.Port = HTONS (CfgData->Tcp6CfgData.AccessPoint.RemotePort); in TcpConfigurePcb()
763 if (NetIp6IsUnspecifiedAddr (&Tcb->RemoteEnd.Ip.v6)) { in TcpConfigurePcb()
DTcpProto.h247 TCP_PEER RemoteEnd;///< Remote endpoint. member
DTcpOutput.c325 Head->DstPort = Tcb->RemoteEnd.Port; in TcpTransmitSegment()
391 return TcpSendIpPacket (Tcb, Nbuf, &Tcb->LocalEnd.Ip, &Tcb->RemoteEnd.Ip, Tcb->Sk->IpVersion); in TcpTransmitSegment()
DTcpInput.c886 IP6_COPY_ADDRESS (&Tcb->RemoteEnd.Ip, Src); in TcpInput()
888 Tcb->RemoteEnd.Port = Head->SrcPort; in TcpInput()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Misc.c63 Tcb->RemoteEnd.Ip, in TcpInitTcbLocal()
201 !TCP_PEER_MATCH (Remote, &Node->RemoteEnd) || in TcpLocateListenTcb()
211 if (Node->RemoteEnd.Ip == 0) { in TcpLocateListenTcb()
215 if (Node->RemoteEnd.Port == 0) { in TcpLocateListenTcb()
323 if (TCP_PEER_EQUAL (&Remote, &Tcb->RemoteEnd) && in TcpLocateTcb()
387 TCP_PEER_EQUAL (&Tcb->RemoteEnd, &Node->RemoteEnd)) { in TcpInsertTcb()
658 Nhead->DstPort = Tcb->RemoteEnd.Port; in TcpResetConnection()
666 TcpSendIpPacket (Tcb, Nbuf, Tcb->LocalEnd.Ip, Tcb->RemoteEnd.Ip); in TcpResetConnection()
906 RemotePort = NTOHS (Tcb->RemoteEnd.Port); in TcpInstallDevicePath()
912 Tcb->RemoteEnd.Ip, in TcpInstallDevicePath()
DTcp4Dispatcher.c109 IP4_COPY_ADDRESS (&AccessPoint->RemoteAddress, &Tcb->RemoteEnd.Ip); in Tcp4GetMode()
110 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port); in Tcp4GetMode()
465 CopyMem (&Tcb->RemoteEnd.Ip, &CfgData->AccessPoint.RemoteAddress, sizeof (IP4_ADDR)); in Tcp4ConfigurePcb()
466 Tcb->RemoteEnd.Port = HTONS (CfgData->AccessPoint.RemotePort); in Tcp4ConfigurePcb()
468 Tcb->RemoteEnd.Ip = 0; in Tcp4ConfigurePcb()
469 Tcb->RemoteEnd.Port = 0; in Tcp4ConfigurePcb()
DTcp4Proto.h170 TCP_PEER RemoteEnd;///< Remote endpoint member
DTcp4Output.c331 Head->DstPort = Tcb->RemoteEnd.Port; in TcpTransmitSegment()
398 return TcpSendIpPacket (Tcb, Nbuf, Tcb->LocalEnd.Ip, Tcb->RemoteEnd.Ip); in TcpTransmitSegment()
DTcp4Input.c821 Tcb->RemoteEnd.Ip = Src; in TcpInput()
822 Tcb->RemoteEnd.Port = Head->SrcPort; in TcpInput()