Searched refs:LocalEnd (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c62 Tcb->LocalEnd.Ip,
198 if ((Local->Port != Node->LocalEnd.Port) ||
200 !TCP_PEER_MATCH (Local, &Node->LocalEnd)) {
217 if (Node->LocalEnd.Ip == 0) {
261 if (EFI_IP4_EQUAL (Addr, &Tcb->LocalEnd.Ip) &&
262 (LocalPort == Tcb->LocalEnd.Port)) {
271 if (EFI_IP4_EQUAL (Addr, &Tcb->LocalEnd.Ip) &&
272 (LocalPort == Tcb->LocalEnd.Port)) {
322 TCP_PEER_EQUAL (&Local, &Tcb->LocalEnd)) {
369 if (Tcb->LocalEnd
[all...]
H A DTcp4Dispatcher.c104 CopyMem (&AccessPoint->StationAddress, &Tcb->LocalEnd.Ip, sizeof (EFI_IPv4_ADDRESS));
106 AccessPoint->StationPort = NTOHS (Tcb->LocalEnd.Port);
435 CopyMem (&Tcb->LocalEnd.Ip, &CfgData->AccessPoint.StationAddress, sizeof (IP4_ADDR));
436 Tcb->LocalEnd.Port = HTONS (CfgData->AccessPoint.StationPort);
H A DTcp4Proto.h169 TCP_PEER LocalEnd; ///< Local endpoint member in struct:_TCP_CB
H A DTcp4Input.c813 Tcb->LocalEnd.Ip = Dst;
814 Tcb->LocalEnd.Port = Head->DstPort;
H A DTcp4Output.c330 Head->SrcPort = Tcb->LocalEnd.Port;
398 return TcpSendIpPacket (Tcb, Nbuf, Tcb->LocalEnd.Ip, Tcb->RemoteEnd.Ip);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c61 Tcb->LocalEnd.Ip.Addr[0],
68 &Tcb->LocalEnd.Ip.v6,
259 (Local->Port != Node->LocalEnd.Port) ||
261 !TCP_PEER_MATCH (Local, &Node->LocalEnd, Version)
279 if (TcpIsIpZero (&Node->LocalEnd.Ip, Version)) {
328 TcpIsIpEqual (Addr, &Tcb->LocalEnd.Ip, Version) &&
329 (LocalPort == Tcb->LocalEnd.Port)
340 TcpIsIpEqual (Addr, &Tcb->LocalEnd.Ip, Version) &&
341 (LocalPort == Tcb->LocalEnd.Port)
394 TCP_PEER_EQUAL (&Local, &Tcb->LocalEnd, Versio
[all...]
H A DTcpDispatcher.c101 CopyMem (&AccessPoint->StationAddress, &Tcb->LocalEnd.Ip, sizeof (EFI_IPv4_ADDRESS));
104 AccessPoint->StationPort = NTOHS (Tcb->LocalEnd.Port);
182 AccessPoint->StationPort = NTOHS (Tcb->LocalEnd.Port);
186 IP6_COPY_ADDRESS (&AccessPoint->StationAddress, &Tcb->LocalEnd.Ip);
563 CopyMem (&Tcb->LocalEnd.Ip, &CfgData->Tcp4CfgData.AccessPoint.StationAddress, sizeof (IP4_ADDR));
564 Tcb->LocalEnd.Port = HTONS (CfgData->Tcp4CfgData.AccessPoint.StationPort);
575 IP6_COPY_ADDRESS (&Tcb->LocalEnd.Ip, &CfgData->Tcp6CfgData.AccessPoint.StationAddress);
576 Tcb->LocalEnd.Port = HTONS (CfgData->Tcp6CfgData.AccessPoint.StationPort);
H A DTcpProto.h246 TCP_PEER LocalEnd; ///< Local endpoint. member in struct:_TCP_CONTROL_BLOCK
H A DTcpInput.c879 IP6_COPY_ADDRESS (&Tcb->LocalEnd.Ip, Dst);
881 Tcb->LocalEnd.Port = Head->DstPort;
H A DTcpOutput.c324 Head->SrcPort = Tcb->LocalEnd.Port;
391 return TcpSendIpPacket (Tcb, Nbuf, &Tcb->LocalEnd.Ip, &Tcb->RemoteEnd.Ip, Tcb->Sk->IpVersion);

Completed in 267 milliseconds