Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c241 UINT16 PrefixLen; in PxeBcExtractBootFileUrl() local
272 PrefixLen = (UINT16) AsciiStrLen (PXEBC_DHCP6_BOOT_FILE_URL_PREFIX); in PxeBcExtractBootFileUrl()
274 if (Length <= PrefixLen || in PxeBcExtractBootFileUrl()
275 CompareMem (BootFile, PXEBC_DHCP6_BOOT_FILE_URL_PREFIX, PrefixLen) != 0) { in PxeBcExtractBootFileUrl()
279 BootFile = BootFile + PrefixLen; in PxeBcExtractBootFileUrl()
280 Length = (UINT16) (Length - PrefixLen); in PxeBcExtractBootFileUrl()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c288 IN UINT8 *PrefixLen in IfConfig6PrintIpAddr() argument
337 if (PrefixLen != NULL) { in IfConfig6PrintIpAddr()
338 …ellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_IFCONFIG6_INFO_PREFIX_LEN), mHiiHandle, *PrefixLen); in IfConfig6PrintIpAddr()