Searched defs:mask (Results 1 – 4 of 4) sorted by relevance
226 let mask = Flags::all().bits; in set_flags() localVariable233 let mask = 0x3800; in set_opcode() localVariable
173 let mut mask = 0x80; in prefix_len() localVariable
198 pub(super) fn mask(&self, mask: u8) -> [u8; ADDR_SIZE] { in mask() method
234 let mask = self.netmask().0; in network() localVariable