Searched refs:FORM_BIT (Results 1 – 1 of 1) sorted by relevance
40 const FORM_BIT: u8 = 0x80; constant296 first &= !FORM_BIT; in to_bytes()323 first |= FORM_BIT | FIXED_BIT | (ty << 4); in to_bytes()366 b & FORM_BIT != 0 in is_long()583 let first = rand::rand_u8() | FORM_BIT; in negotiate_version()