Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:RemoteEnd

63                     Tcb->RemoteEnd.Ip.Addr[0],

70 &Tcb->RemoteEnd.Ip.v6,
263 !TCP_PEER_MATCH (Remote, &Node->RemoteEnd, Version) ||
274 if (TcpIsIpZero (&Node->RemoteEnd.Ip, Version)) {
278 if (Node->RemoteEnd.Port == 0) {
396 TCP_PEER_EQUAL (&Remote, &Tcb->RemoteEnd, Version) &&
462 TCP_PEER_EQUAL (&Tcb->RemoteEnd, &Node->RemoteEnd, Tcb->Sk->IpVersion)
933 Nhead->DstPort = Tcb->RemoteEnd.Port;
941 TcpSendIpPacket (Tcb, Nbuf, &Tcb->LocalEnd.Ip, &Tcb->RemoteEnd.Ip, Tcb->Sk->IpVersion);
975 RemotePort = NTOHS (Tcb->RemoteEnd.Port);
982 Tcb->RemoteEnd.Ip.Addr[0],
997 &Tcb->RemoteEnd.Ip.v6,