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

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.c 38 struct sockaddr_in RemotePort;
99 memset ( &RemotePort, 0, sizeof ( RemotePort ));
100 SIN_LEN ( RemotePort ) = sizeof ( RemotePort );
101 SIN_FAMILY ( RemotePort ) = AF_INET;
102 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 )
106 SIN_PORT ( RemotePort ) = 0;
123 (struct sockaddr *)&RemotePort,
124 sizeof ( RemotePort ));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.c 37 struct sockaddr_in RemotePort;
102 RemotePortLength = sizeof ( RemotePort );
107 (struct sockaddr *)&RemotePort,
118 (UINT8)SIN_ADDR ( RemotePort ),
119 (UINT8)( SIN_ADDR ( RemotePort ) >> 8 ),
120 (UINT8)( SIN_ADDR ( RemotePort ) >> 16 ),
121 (UINT8)( SIN_ADDR ( RemotePort ) >> 24 ),
122 SIN_PORT ( RemotePort ),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.c 42 struct sockaddr_in RemotePort;
106 memset ( &RemotePort, 0, sizeof ( RemotePort ));
107 SIN_LEN ( RemotePort ) = sizeof ( RemotePort );
108 SIN_FAMILY ( RemotePort ) = AF_INET;
109 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 )
113 SIN_PORT ( RemotePort ) = htons ( PortNumber );
118 RetVal = connect ( s, (struct sockaddr *)&RemotePort, sizeof ( RemotePort ));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.c 40 struct sockaddr_in RemotePort;
94 RemotePortLength = sizeof ( RemotePort );
96 (struct sockaddr *)&RemotePort,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
TcpIoLib.h 41 UINT16 RemotePort;
48 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp6.h 63 UINT16 RemotePort;
188 UINT16 RemotePort;
Tcp4.h 47 UINT16 RemotePort;
66 UINT16 RemotePort;
Tcp6.h 69 UINT16 RemotePort;
121 UINT16 RemotePort;
545 Tcp6ConfigData->AccessPoint.RemotePort is zero when
    [all...]
Udp4.h 49 UINT16 RemotePort;
97 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiTcp4Io.h 27 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 49 UINT16 RemotePort;
64 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 40 UINT16 RemotePort;
98 UINT16 RemotePort;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
ComponentName.c 262 Tcp4ConfigData.AccessPoint.RemotePort,
332 Tcp6ConfigData.AccessPoint.RemotePort,
TcpMisc.c 359 @param[in] RemotePort The remote port number.
372 IN TCP_PORTNO RemotePort,
384 Remote.Port = RemotePort;
968 TCP_PORTNO RemotePort;
975 RemotePort = NTOHS (Tcb->RemoteEnd.Port);
983 RemotePort,
998 RemotePort,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 490 UdpPoint.RemotePort = Instance->ListeningPort;
492 UdpPoint.RemotePort = Instance->ConnectedPort;
547 UdpPoint.RemotePort = Instance->ListeningPort;
549 UdpPoint.RemotePort = Instance->ConnectedPort;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
ComponentName.c 265 Tcp4ConfigData.AccessPoint.RemotePort,
Tcp4Misc.c 289 @param RemotePort The remote port number.
301 IN TCP_PORTNO RemotePort,
314 Remote.Port = RemotePort;
899 TCP_PORTNO RemotePort;
906 RemotePort = NTOHS (Tcb->RemoteEnd.Port);
913 RemotePort,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
ComponentName.c 267 Udp4ConfigData.RemotePort
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
ComponentName.c 266 Udp6ConfigData.RemotePort
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c 119 Selector->RemotePort = EFI_IPSEC_ANY_PORT;
149 Status = EfiInetPortRange ((CHAR16 *) ValueStr, &Selector->RemotePort, &Selector->RemotePortRange);
193 &Selector->RemotePort,
    [all...]
Dump.c 230 if (Selector->RemotePort != EFI_IPSEC_ANY_PORT) {
231 Print (L"%d", Selector->RemotePort);
233 Print (L"~%d", (UINTN) Selector->RemotePort + Selector->RemotePortRange);
247 if (Selector->RemotePort != 0) {
248 Print (L"%d", (UINTN) (UINT8) Selector->RemotePort);
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 238 UINT16 RemotePort;
323 Status = HttpUrlGetPort (Url, UrlParser, &RemotePort);
325 RemotePort = HTTP_DEFAULT_PORT;
341 if ((HttpInstance->RemotePort == RemotePort) &&
392 HttpInstance->RemotePort = 0;
429 // Save the RemotePort and RemoteHost.
432 HttpInstance->RemotePort = RemotePort;
    [all...]
  /external/syslinux/efi32/include/efi/
efiudp.h 40 UINT16 RemotePort;
170 UINT16 RemotePort;
  /external/syslinux/efi64/include/efi/
efiudp.h 40 UINT16 RemotePort;
170 UINT16 RemotePort;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiudp.h 40 UINT16 RemotePort;
170 UINT16 RemotePort;

Completed in 539 milliseconds

1 2 3 4