/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/ |
D | RawIp4Tx.c | 38 struct sockaddr_in RemotePort; in RawIp4Tx() local 99 memset ( &RemotePort, 0, sizeof ( RemotePort )); in RawIp4Tx() 100 SIN_LEN ( RemotePort ) = sizeof ( RemotePort ); in RawIp4Tx() 101 SIN_FAMILY ( RemotePort ) = AF_INET; in RawIp4Tx() 102 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 ) in RawIp4Tx() 106 SIN_PORT ( RemotePort ) = 0; in RawIp4Tx() 123 (struct sockaddr *)&RemotePort, in RawIp4Tx() 124 sizeof ( RemotePort )); in RawIp4Tx()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/ |
D | RawIp4Rx.c | 37 struct sockaddr_in RemotePort; in RawIp4Rx() local 102 RemotePortLength = sizeof ( RemotePort ); in RawIp4Rx() 107 (struct sockaddr *)&RemotePort, in RawIp4Rx() 118 (UINT8)SIN_ADDR ( RemotePort ), in RawIp4Rx() 119 (UINT8)( SIN_ADDR ( RemotePort ) >> 8 ), in RawIp4Rx() 120 (UINT8)( SIN_ADDR ( RemotePort ) >> 16 ), in RawIp4Rx() 121 (UINT8)( SIN_ADDR ( RemotePort ) >> 24 ), in RawIp4Rx() 122 SIN_PORT ( RemotePort ), in RawIp4Rx()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/ |
D | OobTx.c | 42 struct sockaddr_in RemotePort; in OobTx() local 106 memset ( &RemotePort, 0, sizeof ( RemotePort )); in OobTx() 107 SIN_LEN ( RemotePort ) = sizeof ( RemotePort ); in OobTx() 108 SIN_FAMILY ( RemotePort ) = AF_INET; in OobTx() 109 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 ) in OobTx() 113 SIN_PORT ( RemotePort ) = htons ( PortNumber ); in OobTx() 118 RetVal = connect ( s, (struct sockaddr *)&RemotePort, sizeof ( RemotePort )); in OobTx()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/ |
D | OobRx.c | 40 struct sockaddr_in RemotePort; in OobRx() local 94 RemotePortLength = sizeof ( RemotePort ); in OobRx() 96 (struct sockaddr *)&RemotePort, in OobRx()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | TcpIoLib.h | 41 UINT16 RemotePort; member 48 UINT16 RemotePort; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Udp6.h | 63 UINT16 RemotePort; member 188 UINT16 RemotePort; member
|
D | Udp4.h | 49 UINT16 RemotePort; member 97 UINT16 RemotePort; member
|
D | Tcp6.h | 69 UINT16 RemotePort; member 121 UINT16 RemotePort; member
|
D | Tcp4.h | 47 UINT16 RemotePort; member 66 UINT16 RemotePort; member
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | PolicyEntryOperation.c | 119 Selector->RemotePort = EFI_IPSEC_ANY_PORT; in CreateSpdSelector() 149 …Status = EfiInetPortRange ((CHAR16 *) ValueStr, &Selector->RemotePort, &Selector->RemotePortRange); in CreateSpdSelector() 193 &Selector->RemotePort, in CreateSpdSelector() 1376 NewSelector->RemotePort = OldSelector->RemotePort; in CombineSpdEntry() 1378 } else if ((NewSelector->RemotePort != OldSelector->RemotePort) || in CombineSpdEntry() 1392 NewSelector->RemotePort = OldSelector->RemotePort; in CombineSpdEntry() 1393 } else if (NewSelector->RemotePort != OldSelector->RemotePort) { in CombineSpdEntry() 1731 OldData->SpdSelector->RemotePort = NewData->SpdSelector->RemotePort; in CombineSadEntry() 1741 OldData->SpdSelector->RemotePort = (UINT8) NewData->SpdSelector->RemotePort; in CombineSadEntry()
|
D | Dump.c | 230 if (Selector->RemotePort != EFI_IPSEC_ANY_PORT) { in DumpSpdSelector() 231 Print (L"%d", Selector->RemotePort); in DumpSpdSelector() 233 Print (L"~%d", (UINTN) Selector->RemotePort + Selector->RemotePortRange); in DumpSpdSelector() 247 if (Selector->RemotePort != 0) { in DumpSpdSelector() 248 Print (L"%d", (UINTN) (UINT8) Selector->RemotePort); in DumpSpdSelector()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/ |
D | Udp4.h | 40 UINT16 RemotePort; member 98 UINT16 RemotePort; member
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpImpl.c | 240 UINT16 RemotePort; in EfiHttpRequest() local 258 RemotePort = 0; in EfiHttpRequest() 388 Status = HttpUrlGetPort (Url, UrlParser, &RemotePort); in EfiHttpRequest() 391 RemotePort = HTTPS_DEFAULT_PORT; in EfiHttpRequest() 393 RemotePort = HTTP_DEFAULT_PORT; in EfiHttpRequest() 410 if ((HttpInstance->RemotePort == RemotePort) && in EfiHttpRequest() 466 HttpInstance->RemotePort = 0; in EfiHttpRequest() 507 HttpInstance->RemotePort = RemotePort; in EfiHttpRequest()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
D | Mtftp4Support.c | 490 UdpPoint.RemotePort = Instance->ListeningPort; in Mtftp4SendPacket() 492 UdpPoint.RemotePort = Instance->ConnectedPort; in Mtftp4SendPacket() 547 UdpPoint.RemotePort = Instance->ListeningPort; in Mtftp4Retransmit() 549 UdpPoint.RemotePort = Instance->ConnectedPort; in Mtftp4Retransmit()
|
D | Mtftp4Rrq.c | 420 UdpConfig.RemotePort = 0; in Mtftp4RrqConfigMcastPort() 683 if (EndPoint->RemotePort != Instance->ConnectedPort) { in Mtftp4RrqInput() 687 Instance->ConnectedPort = EndPoint->RemotePort; in Mtftp4RrqInput()
|
D | Mtftp4Wrq.c | 376 if (EndPoint->RemotePort != Instance->ConnectedPort) { in Mtftp4WrqInput() 380 Instance->ConnectedPort = EndPoint->RemotePort; in Mtftp4WrqInput()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/ |
D | Tcp4.h | 49 UINT16 RemotePort; member 64 UINT16 RemotePort; member
|
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
D | ComponentName.c | 262 Tcp4ConfigData.AccessPoint.RemotePort, in UpdateTcp4Name() 332 Tcp6ConfigData.AccessPoint.RemotePort, in UpdateTcp6Name()
|
D | TcpMisc.c | 372 IN TCP_PORTNO RemotePort, in TcpLocateTcb() argument 384 Remote.Port = RemotePort; in TcpLocateTcb() 992 TCP_PORTNO RemotePort; in TcpInstallDevicePath() local 999 RemotePort = NTOHS (Tcb->RemoteEnd.Port); in TcpInstallDevicePath() 1007 RemotePort, in TcpInstallDevicePath() 1022 RemotePort, in TcpInstallDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
D | Tcp4Misc.c | 301 IN TCP_PORTNO RemotePort, in TcpLocateTcb() argument 314 Remote.Port = RemotePort; in TcpLocateTcb() 899 TCP_PORTNO RemotePort; in TcpInstallDevicePath() local 906 RemotePort = NTOHS (Tcb->RemoteEnd.Port); in TcpInstallDevicePath() 913 RemotePort, in TcpInstallDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiTcp4Io.h | 27 UINT16 RemotePort; member
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | Tcp4.c | 154 pRemoteAddress->sin_port = SwapBytes16 ( pTcp4->ConfigData.AccessPoint.RemotePort ); in EslTcp4Accept() 233 pTcp4->ConfigData.AccessPoint.RemotePort )); in EslTcp4ConnectComplete() 259 pTcp4->ConfigData.AccessPoint.RemotePort, in EslTcp4ConnectComplete() 563 pTcp4->ConfigData.AccessPoint.RemotePort )); in EslTcp4ConnectStart() 973 pConfigData->AccessPoint.RemotePort )); in EslTcp4ListenComplete() 1553 pTcp4->ConfigData.AccessPoint.RemotePort )); in EslTcp4Receive() 1558 pRemoteAddress->sin_port = SwapBytes16 ( pTcp4->ConfigData.AccessPoint.RemotePort ); in EslTcp4Receive() 1659 pRemoteAddress->sin_port = SwapBytes16 ( pTcp4->ConfigData.AccessPoint.RemotePort ); in EslTcp4RemoteAddressGet() 1707 pTcp4->ConfigData.AccessPoint.RemotePort = SwapBytes16 ( pRemoteAddress->sin_port ); in EslTcp4RemoteAddressSet()
|
D | Tcp6.c | 153 pRemoteAddress->sin6_port = SwapBytes16 ( pTcp6->ConfigData.AccessPoint.RemotePort ); in EslTcp6Accept() 239 pTcp6->ConfigData.AccessPoint.RemotePort )); in EslTcp6ConnectComplete() 277 pTcp6->ConfigData.AccessPoint.RemotePort, in EslTcp6ConnectComplete() 594 pTcp6->ConfigData.AccessPoint.RemotePort )); in EslTcp6ConnectStart() 1030 pConfigData->AccessPoint.RemotePort )); in EslTcp6ListenComplete() 1617 pTcp6->ConfigData.AccessPoint.RemotePort )); in EslTcp6Receive() 1622 pRemoteAddress->sin6_port = SwapBytes16 ( pTcp6->ConfigData.AccessPoint.RemotePort ); in EslTcp6Receive() 1723 pRemoteAddress->sin6_port = SwapBytes16 ( pTcp6->ConfigData.AccessPoint.RemotePort ); in EslTcp6RemoteAddressGet() 1770 pTcp6->ConfigData.AccessPoint.RemotePort = SwapBytes16 ( pRemoteAddress->sin6_port ); in EslTcp6RemoteAddressSet()
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
D | Exchange.c | 216 if (SpdEntry->Selector->RemotePort != EFI_IPSEC_ANY_PORT) { in Ikev2NegotiateChildSa() 217 ChildSaSession->RemotePort = SpdEntry->Selector->RemotePort; in Ikev2NegotiateChildSa()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/ |
D | ComponentName.c | 267 Udp4ConfigData.RemotePort in UpdateName()
|