OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IP4_STR_MAX_SIZE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4NvData.h
33
#define
IP4_STR_MAX_SIZE
16
44
CHAR16 StationAddress[
IP4_STR_MAX_SIZE
]; ///< IP addresses
45
CHAR16 SubnetMask[
IP4_STR_MAX_SIZE
]; ///< Subnet address
46
CHAR16 GatewayAddress[
IP4_STR_MAX_SIZE
]; ///< Gateway address
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfigNVDataStruc.h
35
#define
IP4_STR_MAX_SIZE
16
89
CHAR16 LocalIp[
IP4_STR_MAX_SIZE
];
90
CHAR16 SubnetMask[
IP4_STR_MAX_SIZE
];
91
CHAR16 Gateway[
IP4_STR_MAX_SIZE
];
94
CHAR16 TargetIp[
IP4_STR_MAX_SIZE
];
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfigNVDataStruc.h
59
#define
IP4_STR_MAX_SIZE
16
152
CHAR16 LocalIp[
IP4_STR_MAX_SIZE
];
153
CHAR16 SubnetMask[
IP4_STR_MAX_SIZE
];
154
CHAR16 Gateway[
IP4_STR_MAX_SIZE
];
Completed in 178 milliseconds