Lines Matching refs:RemoteEnd
63 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()
1006 Tcb->RemoteEnd.Ip.Addr[0], in TcpInstallDevicePath()
1021 &Tcb->RemoteEnd.Ip.v6, in TcpInstallDevicePath()