Searched defs:_IPv4_DEVICE_PATH (Results 1 – 1 of 1) sorted by relevance
226 typedef struct _IPv4_DEVICE_PATH { struct227 EFI_DEVICE_PATH Header;228 EFI_IPv4_ADDRESS LocalIpAddress;229 EFI_IPv4_ADDRESS RemoteIpAddress;230 UINT16 LocalPort;231 UINT16 RemotePort;232 UINT16 Protocol;233 BOOLEAN StaticIpAddress;234 EFI_IPv4_ADDRESS GatewayIpAddress;235 EFI_IPv4_ADDRESS SubnetMask;