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

12 3 4

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c 154 pRemoteAddress->sin_port = SwapBytes16 ( pTcp4->ConfigData.AccessPoint.RemotePort );
233 pTcp4->ConfigData.AccessPoint.RemotePort ));
259 pTcp4->ConfigData.AccessPoint.RemotePort,
563 pTcp4->ConfigData.AccessPoint.RemotePort ));
973 pConfigData->AccessPoint.RemotePort ));
    [all...]
Tcp6.c 153 pRemoteAddress->sin6_port = SwapBytes16 ( pTcp6->ConfigData.AccessPoint.RemotePort );
239 pTcp6->ConfigData.AccessPoint.RemotePort ));
277 pTcp6->ConfigData.AccessPoint.RemotePort,
594 pTcp6->ConfigData.AccessPoint.RemotePort ));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Rrq.c 420 UdpConfig.RemotePort = 0;
680 // is required to use the same port as RemotePort to multicast the
683 if (EndPoint->RemotePort != Instance->ConnectedPort) {
687 Instance->ConnectedPort = EndPoint->RemotePort;
Mtftp4Wrq.c 376 if (EndPoint->RemotePort != Instance->ConnectedPort) {
380 Instance->ConnectedPort = EndPoint->RemotePort;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Exchange.c 216 if (SpdEntry->Selector->RemotePort != EFI_IPSEC_ANY_PORT) {
217 ChildSaSession->RemotePort = SpdEntry->Selector->RemotePort;
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Rrq.c 402 Udp6Cfg->RemotePort = 0;
714 // is required to use the same port as RemotePort to multicast the
717 if (UdpEpt->RemotePort != Instance->ServerDataPort) {
727 Instance->ServerDataPort = UdpEpt->RemotePort;
Mtftp6Wrq.c 426 if (UdpEpt->RemotePort != Instance->ServerDataPort) {
430 Instance->ServerDataPort = UdpEpt->RemotePort;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UdpIoLib.h 44 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 122 /// value is a wildcard that matches any value in RemotePort field.
124 UINT16 RemotePort;
126 /// A designed port range size. The start port is RemotePort, and
350 /// Bit 4: EFI_IPSEC_SPD_SELECTOR.RemotePort
DevicePath.h 576 UINT16 RemotePort;
617 UINT16 RemotePort;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiTcp4Io.c 121 AccessPoint->RemotePort = ConfigData->RemotePort;
  /external/syslinux/efi/
udp.c 155 udata.RemotePort = port;
377 udata.RemotePort = port;
  /external/syslinux/efi32/include/efi/
efidevp.h 223 UINT16 RemotePort;
234 UINT16 RemotePort;
efitcp.h 30 UINT16 RemotePort;
237 UINT16 RemotePort;
  /external/syslinux/efi64/include/efi/
efidevp.h 223 UINT16 RemotePort;
234 UINT16 RemotePort;
efitcp.h 30 UINT16 RemotePort;
237 UINT16 RemotePort;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 223 UINT16 RemotePort;
234 UINT16 RemotePort;
efitcp.h 30 UINT16 RemotePort;
237 UINT16 RemotePort;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 270 UINT16 RemotePort;
281 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c 168 NextLayerProtocol/LocalPort/LocalPortRange/RemotePort/RemotePortRange and the
195 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
206 SpdSel1->RemotePort != SpdSel2->RemotePort ||
331 NextLayerProtocol/LocalPort/LocalPortRange/RemotePort/RemotePortRange and the
359 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
368 (SpdSel1->RemotePort > SpdSel2->RemotePort && SpdSel2->RemotePort != 0) ||
369 (SpdSel1->RemotePortRange > SpdSel2->RemotePortRange && SpdSel2->RemotePort != 0)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.c 711 NewConfigData->RemotePort != OldConfigData->RemotePort
714 // The RemotePort differs if it's designated in the configdata.
853 if ((UdpSessionData->DestinationPort == 0) && (ConfigData->RemotePort == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 707 (NewConfigData->RemotePort != OldConfigData->RemotePort)
710 // The RemotePort differs if it's designated in the configdata.
774 ConfigData.RemotePort are all zero if the
831 if ((UdpSessionData->DestinationPort == 0) && (ConfigData->RemotePort == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 263 UINT16 RemotePort;
274 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpMain.c 154 if (TcpConfigData->AccessPoint.ActiveFlag && (0 == TcpConfigData->AccessPoint.RemotePort || (Ip == 0))) {
632 Tcp6ConfigData->AccessPoint.RemotePort is zero when
672 (0 == Tcp6ConfigData->AccessPoint.RemotePort || NetIp6IsUnspecifiedAddr (Ip))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 145 UINT16 RemotePort;

Completed in 639 milliseconds

12 3 4