Searched defs:IpAddress (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetNetByAddr/
H A DGetNetByAddr.c43 UINT8 IpAddress[4]; local
66 IpAddress[0] = (UINT8)RemoteAddress[0];
67 IpAddress[1] = (UINT8)RemoteAddress[1];
68 IpAddress[2] = (UINT8)RemoteAddress[2];
69 IpAddress[3] = (UINT8)RemoteAddress[3];
70 pNetwork = getnetbyaddr ( *(uint32_t *)&IpAddress[0], AF_INET );
77 IpAddress[0],
78 IpAddress[1],
79 IpAddress[2],
80 IpAddress[
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByAddr/
H A DGetHostByAddr.c46 UINT8 IpAddress[4]; local
72 IpAddress[0] = (UINT8)RemoteAddress[0];
73 IpAddress[1] = (UINT8)RemoteAddress[1];
74 IpAddress[2] = (UINT8)RemoteAddress[2];
75 IpAddress[3] = (UINT8)RemoteAddress[3];
76 pHost = gethostbyaddr ( &IpAddress[0], INADDRSZ, AF_INET );
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpMain.c203 @param[in] Ipv6Flag Set to TRUE to if IpAddress is an IPv6 multicast address.
204 Set to FALSE if IpAddress is an IPv4 multicast address.
205 @param[in] IpAddress Pointer to the multicast IP address (in network byte
212 * IpAddress is NULL.
213 * IpAddress is not a valid multicast IP
228 IN EFI_IP_ADDRESS *IpAddress,
238 if ((This == NULL) || (IpAddress == NULL) || (MacAddress == NULL)) {
242 Ip6Address = &IpAddress->v6;
245 (!Ipv6Flag && !IP4_IS_MULTICAST (EFI_NTOHL (*IpAddress)))
277 MacAddress->Addr[3] = (UINT8) (IpAddress
225 MnpMcastIpToMac( IN EFI_MANAGED_NETWORK_PROTOCOL *This, IN BOOLEAN Ipv6Flag, IN EFI_IP_ADDRESS *IpAddress, OUT EFI_MAC_ADDRESS *MacAddress ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c185 IpAddress ( function
1547 Status = IpAddress ( );
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c1179 IP4_ADDR IpAddress; local
1205 CopyMem (&IpAddress, &IpConfigData->StationAddress, sizeof (IP4_ADDR));
1208 IpAddress = NTOHL (IpAddress);
1215 AddrOk = Ip4StationAddressValid (IpAddress, SubnetMask);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp6.h250 EFI_IPv6_ADDRESS IpAddress; member in struct:__anon12111
H A DIpSecConfig.h512 /// IpAddress Pointer to the IPv4 or IPv6 address range.
523 EFI_IP_ADDRESS_INFO IpAddress; member in union:_EFI_IPSEC_PAD_ID::__anon12197
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Diptypes.h55 IP_ADDRESS_STRING IpAddress; member in struct:_IP_ADDR_STRING
H A Dwindns.h213 IP4_ADDRESS IpAddress; member in struct:__anon13937
318 IP4_ADDRESS IpAddress; member in struct:__anon13949
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Diptypes.h51 IP_ADDRESS_STRING IpAddress; member in struct:_IP_ADDR_STRING
H A Dwindns.h213 IP4_ADDRESS IpAddress; member in struct:__anon1282
318 IP4_ADDRESS IpAddress; member in struct:__anon1294

Completed in 75 milliseconds