Searched defs:Tcp4ServicePoint (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c901 EFI_TCP4_SERVICE_POINT *Tcp4ServicePoint; local
958 Tcp4ServicePoint = &Tcp4VariableData->Services[0];
972 Tcp4ServicePoint->InstanceHandle = TcpPcb->Sk->SockHandle;
973 CopyMem (&Tcp4ServicePoint->LocalAddress, &TcpPcb->LocalEnd.Ip, sizeof (EFI_IPv4_ADDRESS));
974 Tcp4ServicePoint->LocalPort = NTOHS (TcpPcb->LocalEnd.Port);
975 CopyMem (&Tcp4ServicePoint->RemoteAddress, &TcpPcb->RemoteEnd.Ip, sizeof (EFI_IPv4_ADDRESS));
976 Tcp4ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
978 Tcp4ServicePoint++;
994 Tcp4ServicePoint->InstanceHandle = TcpPcb->Sk->SockHandle;
995 CopyMem (&Tcp4ServicePoint
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c967 EFI_TCP4_SERVICE_POINT *Tcp4ServicePoint; local
1016 Tcp4ServicePoint = NULL;
1039 Tcp4ServicePoint = &Tcp4VariableData->Services[0];
1073 Tcp4ServicePoint->InstanceHandle = TcpPcb->Sk->SockHandle;
1074 CopyMem (&Tcp4ServicePoint->LocalAddress, &TcpPcb->LocalEnd.Ip, sizeof (EFI_IPv4_ADDRESS));
1075 Tcp4ServicePoint->LocalPort = NTOHS (TcpPcb->LocalEnd.Port);
1076 CopyMem (&Tcp4ServicePoint->RemoteAddress, &TcpPcb->RemoteEnd.Ip, sizeof (EFI_IPv4_ADDRESS));
1077 Tcp4ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
1079 Tcp4ServicePoint++;
1105 Tcp4ServicePoint
[all...]

Completed in 109 milliseconds