Searched defs:_IPv4_DEVICE_PATH (Results 1 – 1 of 1) sorted by relevance
277 typedef struct _IPv4_DEVICE_PATH { struct278 EFI_DEVICE_PATH_PROTOCOL Header;279 EFI_IPv4_ADDRESS LocalIpAddress;280 EFI_IPv4_ADDRESS RemoteIpAddress;281 UINT16 LocalPort;282 UINT16 RemotePort;283 UINT16 Protocol;284 BOOLEAN StaticIpAddress;286 EFI_IPv4_ADDRESS GatewayIpAddress ;287 EFI_IPv4_ADDRESS SubnetMask ;