HomeSort by relevance Sort by last modified time
    Searched refs:RemotePort (Results 51 - 75 of 94) sorted by null

1 23 4

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DxeTcpIoLib.c 239 AccessPoint4->RemotePort = ConfigData->Tcp4IoConfigData.RemotePort;
292 AccessPoint6->RemotePort = ConfigData->Tcp6IoConfigData.RemotePort;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 238 EndPoint.RemotePort = ((EFI_UDP4_SESSION_DATA *) Session)->SourcePort;
275 EndPoint.RemotePort = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort;
495 TxToken->Session.Udp4.DestinationPort = EndPoint->RemotePort;
549 TxToken->Session.Udp6.DestinationPort = EndPoint->RemotePort;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c     [all...]
Dhcp4Io.c 348 UdpConfigData.RemotePort = DHCP_SERVER_PORT;
    [all...]
Dhcp4Driver.c 137 UdpConfigData.RemotePort = DHCP_SERVER_PORT;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Func.h 48 @param RemotePort The remote port number.
60 IN TCP_PORTNO RemotePort,
Tcp4Main.c 178 (0 == TcpConfigData->AccessPoint.RemotePort || (Ip == 0))) {
Tcp4Dispatcher.c 110 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port);
466 Tcb->RemoteEnd.Port = HTONS (CfgData->AccessPoint.RemotePort);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp4.h 388 UINT16 RemotePort;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpProto.h 103 UINT16 RemotePort;
HttpProto.c 1053 Tcp4AP->RemotePort = HttpInstance->RemotePort;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Ikev2.h 208 UINT16 RemotePort;
Payload.c 947 if (ChildSa->Spd->Selector->RemotePort != 0 &&
952 TsSelector->StartPort = ChildSa->Spd->Selector->RemotePort;
953 TsSelector->EndPort = ChildSa->Spd->Selector->RemotePort;
954 } else if (ChildSa->Spd->Selector->RemotePort == 0) {
    [all...]
Utility.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.c 233 Udp6Cfg.RemotePort = Instance->Config->InitialServerPort;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDispatcher.c 109 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port);
184 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port);
616 Tcb->RemoteEnd.Port = HTONS (CfgData->Tcp4CfgData.AccessPoint.RemotePort);
627 Tcb->RemoteEnd.Port = HTONS (CfgData->Tcp6CfgData.AccessPoint.RemotePort);
TcpFunc.h 91 @param[in] RemotePort The remote port number.
104 IN TCP_PORTNO RemotePort,
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Udp4.c 417 pRemoteAddress->sin_port = SwapBytes16 ( pUdp4->ConfigData.RemotePort );
465 pUdp4->ConfigData.RemotePort = SwapBytes16 ( pRemoteAddress->sin_port );
630 pConfigData->RemotePort ));
689 pConfigData->RemotePort ));
    [all...]
Udp6.c 413 pRemoteAddress->sin6_port = SwapBytes16 ( pUdp6->ConfigData.RemotePort );
460 pUdp6->ConfigData.RemotePort = SwapBytes16 ( pRemoteAddress->sin6_port );
649 pConfigData->RemotePort ));
734 pConfigData->RemotePort ));
    [all...]
  /external/syslinux/efi/
tcp.c 67 ap->RemotePort = port;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 44 RemotePort("remote-port",
751 if (!RemotePort.empty()) {
753 ProgramArgs.push_back(RemotePort.c_str());
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 41 RemotePort("remote-port",
822 if (!RemotePort.empty()) {
824 ProgramArgs.push_back(RemotePort.c_str());
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Main.c 587 Udp4Header->DstPort = HTONS (ConfigData->RemotePort);
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Driver.c 73 // will be overridden later. Note that we MUST not limit RemotePort.
77 Config->RemotePort = 0;

Completed in 567 milliseconds

1 23 4