Searched defs:RemotePort (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Rx/
H A DRawIp4Rx.c37 struct sockaddr_in RemotePort; local
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 ),
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Tx/
H A DRawIp4Tx.c38 struct sockaddr_in RemotePort; local
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...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.c40 struct sockaddr_in RemotePort; local
94 RemotePortLength = sizeof ( RemotePort );
96 (struct sockaddr *)&RemotePort,
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.c42 struct sockaddr_in RemotePort; local
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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiTcp4Io.h27 UINT16 RemotePort; member in struct:_TCP4_IO_CONFIG_DATA
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DTcpIoLib.h41 UINT16 RemotePort; member in struct:__anon11060
48 UINT16 RemotePort; member in struct:__anon11061
H A DUdpIoLib.h44 UINT16 RemotePort; member in struct:__anon11069
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c287 @param RemotePort The remote port number.
299 IN TCP_PORTNO RemotePort,
312 Remote.Port = RemotePort;
976 Tcp4ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
998 Tcp4ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
1099 TCP_PORTNO RemotePort; local
1106 RemotePort = NTOHS (Tcb->RemoteEnd.Port);
1113 RemotePort,
296 TcpLocateTcb( IN TCP_PORTNO LocalPort, IN UINT32 LocalIp, IN TCP_PORTNO RemotePort, IN UINT32 RemoteIp, IN BOOLEAN Syn ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUdp6.h59 UINT16 RemotePort; member in struct:__anon12361
180 UINT16 RemotePort; member in struct:__anon12365
H A DUdp4.h45 UINT16 RemotePort; member in struct:__anon12352
89 UINT16 RemotePort; member in struct:__anon12356
H A DDhcp4.h388 UINT16 RemotePort; member in struct:__anon12102
H A DTcp4.h43 UINT16 RemotePort; member in struct:__anon12322
58 UINT16 RemotePort; member in struct:__anon12324
H A DTcp6.h68 UINT16 RemotePort; member in struct:__anon12337
119 UINT16 RemotePort; member in struct:__anon12339
543 Tcp6ConfigData->AccessPoint.RemotePort is zero when
H A DIpSecConfig.h122 /// value is a wildcard that matches any value in RemotePort field.
124 UINT16 RemotePort; member in struct:_EFI_IPSEC_SPD_SELECTOR
126 /// A designed port range size. The start port is RemotePort, and
350 /// Bit 4: EFI_IPSEC_SPD_SELECTOR.RemotePort
H A DDevicePath.h554 UINT16 RemotePort; member in struct:__anon12071
595 UINT16 RemotePort; member in struct:__anon12072
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c356 @param[in] RemotePort The remote port number.
369 IN TCP_PORTNO RemotePort,
381 Remote.Port = RemotePort;
1077 Tcp4ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
1085 Tcp6ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
1109 Tcp4ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
1117 Tcp6ServicePoint->RemotePort = NTOHS (TcpPcb->RemoteEnd.Port);
1228 TCP_PORTNO RemotePort; local
1235 RemotePort = NTOHS (Tcb->RemoteEnd.Port);
1243 RemotePort,
366 TcpLocateTcb( IN TCP_PORTNO LocalPort, IN EFI_IP_ADDRESS *LocalIp, IN TCP_PORTNO RemotePort, IN EFI_IP_ADDRESS *RemoteIp, IN UINT8 Version, IN BOOLEAN Syn ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DIkev2.h208 UINT16 RemotePort; member in struct:__anon12531
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2588 @param[in] RemotePort The remote port.
2601 IN UINT16 RemotePort,
2614 Node->RemotePort = RemotePort;
2645 @param[in] RemotePort The remote port.
2657 IN UINT16 RemotePort,
2669 Node->RemotePort = RemotePort;
2595 NetLibCreateIPv4DPathNode( IN OUT IPv4_DEVICE_PATH *Node, IN EFI_HANDLE Controller, IN IP4_ADDR LocalIp, IN UINT16 LocalPort, IN IP4_ADDR RemoteIp, IN UINT16 RemotePort, IN UINT16 Protocol, IN BOOLEAN UseDefaultAddress ) argument
2651 NetLibCreateIPv6DPathNode( IN OUT IPv6_DEVICE_PATH *Node, IN EFI_HANDLE Controller, IN EFI_IPv6_ADDRESS *LocalIp, IN UINT16 LocalPort, IN EFI_IPv6_ADDRESS *RemoteIp, IN UINT16 RemotePort, IN UINT16 Protocol ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h536 UINT16 RemotePort; member in struct:__anon15634
569 UINT16 RemotePort; member in struct:__anon15635

Completed in 111 milliseconds