Home | History | Annotate | Download | only in lib

Lines Matching defs:MAC

701     MAC_ADDR_DEVICE_PATH    *MAC;
705 MAC = DevPath;
708 HwAddressSize = DevicePathNodeLength( & MAC-> Header ) ;
709 HwAddressSize -= sizeof( MAC-> Header ) ;
710 HwAddressSize -= sizeof( MAC-> IfType ) ;
711 if (MAC->IfType == 0x01 || MAC->IfType == 0x00) {
715 CatPrint(Str, L"Mac(");
718 CatPrint(Str, L"%02x",MAC->MacAddress.Addr[Index]);
720 if ( MAC-> IfType != 0 ) {
721 CatPrint(Str, L",%d" , MAC-> IfType ) ;