Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Output.c173 UINT8 CurrentCommonLength; in Ip6SelectSourceAddress() local
260 CurrentCommonLength = Ip6CommonPrefixLen (&AddrInfo->Address, Destination); in Ip6SelectSourceAddress()
261 if (CurrentCommonLength > LastCommonLength) { in Ip6SelectSourceAddress()
262 LastCommonLength = CurrentCommonLength; in Ip6SelectSourceAddress()