Home
last modified time | relevance | path

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

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vp8.c27 #define BIT_1_MASK 0x80
238 extended_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK;
256 i_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK;
263 if(tvb_get_guint8(tvb, *offset) & BIT_1_MASK)
431 FT_BOOLEAN, 8, TFS(&vp8_x_bit_vals), BIT_1_MASK,
456 FT_BOOLEAN, 8, TFS(&vp8_i_bit_vals), BIT_1_MASK,
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vp8.c27 #define BIT_1_MASK 0x80
238 extended_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK; in g_settings_get_mapping_float()
256 i_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK;
263 if(tvb_get_guint8(tvb, *offset) & BIT_1_MASK)
431 FT_BOOLEAN, 8, TFS(&vp8_x_bit_vals), BIT_1_MASK,
456 FT_BOOLEAN, 8, TFS(&vp8_i_bit_vals), BIT_1_MASK,
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vp8.c27 #define BIT_1_MASK 0x80 macro
238 extended_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK; in dissect_vp8_payload_descriptor()
256 i_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK; in dissect_vp8_payload_descriptor()
263 if(tvb_get_guint8(tvb, *offset) & BIT_1_MASK) in dissect_vp8_payload_descriptor()
431 FT_BOOLEAN, 8, TFS(&vp8_x_bit_vals), BIT_1_MASK, in proto_register_vp8()
456 FT_BOOLEAN, 8, TFS(&vp8_i_bit_vals), BIT_1_MASK, in proto_register_vp8()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vp8.c27 #define BIT_1_MASK 0x80 macro
238 extended_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK; in dissect_vp8_payload_descriptor()
256 i_bit = tvb_get_guint8(tvb, *offset) & BIT_1_MASK; in dissect_vp8_payload_descriptor()
263 if(tvb_get_guint8(tvb, *offset) & BIT_1_MASK) in dissect_vp8_payload_descriptor()
431 FT_BOOLEAN, 8, TFS(&vp8_x_bit_vals), BIT_1_MASK, in proto_register_vp8()
456 FT_BOOLEAN, 8, TFS(&vp8_i_bit_vals), BIT_1_MASK, in proto_register_vp8()