Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c247 CHAR8 *ServerAddressOption; in PxeBcExtractBootFileUrl() local
293 ServerAddressOption = TmpStr; in PxeBcExtractBootFileUrl()
294 if (*ServerAddressOption != PXEBC_ADDR_START_DELIMITER) { in PxeBcExtractBootFileUrl()
299 ServerAddressOption ++; in PxeBcExtractBootFileUrl()
300 ServerAddress = ServerAddressOption; in PxeBcExtractBootFileUrl()
315 Status = NetLibAsciiStrToIp6 (ServerAddressOption, SrvAddr); in PxeBcExtractBootFileUrl()