Searched refs:Descriptor (Results 1 – 1 of 1) sorted by relevance
152 uint32_t Descriptor; member345 …fragSessionData.FragGroupData.Descriptor = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00000… in LmhpFragmentationOnMcpsIndication()346 …fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000F… in LmhpFragmentationOnMcpsIndication()347 …fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF0… in LmhpFragmentationOnMcpsIndication()348 …fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF000… in LmhpFragmentationOnMcpsIndication()379 if( fragSessionData.FragGroupData.Descriptor != 0x01020304 ) in LmhpFragmentationOnMcpsIndication()