HomeSort by relevance Sort by last modified time
    Searched refs:IP6_U_BIT (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Common.c 180 Byte = (UINT8) (InterfaceId[0] & IP6_U_BIT);
181 if (Byte == IP6_U_BIT) {
182 InterfaceId[0] &= ~IP6_U_BIT;
184 InterfaceId[0] |= IP6_U_BIT;
Ip6Common.h 54 #define IP6_U_BIT 0x02

Completed in 50 milliseconds