Searched refs:FORM_BIT (Results 1 – 1 of 1) sorted by relevance
43 const FORM_BIT: u8 = 0x80; constant451 first &= !FORM_BIT; in to_bytes()478 first |= FORM_BIT | FIXED_BIT | (ty << 4); in to_bytes()521 b & FORM_BIT != 0 in is_long()739 let first = rand::rand_u8() | FORM_BIT; in negotiate_version()