Home
last modified time | relevance | path

Searched refs:GET_NEXT_DHCP_OPTION (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.h165 #define GET_NEXT_DHCP_OPTION(Opt) \ macro
DHttpBootDhcp4.c92 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in HttpBootBuildDhcp4Options()
108 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in HttpBootBuildDhcp4Options()
128 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in HttpBootBuildDhcp4Options()
139 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in HttpBootBuildDhcp4Options()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c251 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcp4Options()
262 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcp4Options()
307 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcp4Options()
317 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcp4Options()
344 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcp4Options()
355 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcp4Options()
DPxeBcDhcp4.h140 #define GET_NEXT_DHCP_OPTION(Opt) \ macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1063 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcpOptions()
1074 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcpOptions()
1118 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcpOptions()
1128 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcpOptions()
1156 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcpOptions()
1167 OptList[Index] = GET_NEXT_DHCP_OPTION (OptList[Index - 1]); in PxeBcBuildDhcpOptions()
DPxeBcDhcp.h247 #define GET_NEXT_DHCP_OPTION(Opt) \ macro