Searched refs:RemoteHostAddress (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c77 struct sockaddr_in RemoteHostAddress; variable in typeref:struct:sockaddr_in
216 RemoteHostAddress.sin_addr.s_addr = (UINT32) RemoteAddress;
299 RemoteAddress = RemoteHostAddress.sin_addr.s_addr;
305 htons ( RemoteHostAddress.sin_port ));
330 (struct sockaddr *) &RemoteHostAddress,
331 RemoteHostAddress.sin_len );
338 htons ( RemoteHostAddress.sin_port ));
587 pIpAddress = (UINT8 *)&RemoteHostAddress.sin_addr.s_addr;
593 htons ( RemoteHostAddress.sin_port ));
789 pIpAddress = (UINT8 *)&RemoteHostAddress
[all...]

Completed in 209 milliseconds