Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Output.c172 UINT8 LastCommonLength; in Ip6SelectSourceAddress() local
254 LastCommonLength = Ip6CommonPrefixLen (Source, Destination); in Ip6SelectSourceAddress()
261 if (CurrentCommonLength > LastCommonLength) { in Ip6SelectSourceAddress()
262 LastCommonLength = CurrentCommonLength; in Ip6SelectSourceAddress()