Searched defs:options (Results 1 – 4 of 4) sorted by relevance
114 pub fn options(&self) -> &'a [u8] { in options() method168 pub options: &'a [u8], field198 pub fn options(&self) -> Ipv6OptionsIterator { in options() method
302 let mut options = &data[field::OPTIONS(self.header_len())]; in selective_ack_permitted() localVariable318 let mut options = &data[field::OPTIONS(self.header_len())]; localVariable353 pub fn options(&self) -> &'a [u8] { in options() method831 let mut options = packet.options(); in parse() localVariable940 let mut options = packet.options_mut(); in emit() localVariable1023 let mut options = self.options(); in fmt() localVariable
512 let options = [ in test_options_iter() localVariable545 let options = [0x01, 0x02, 0x00, 0x00]; in test_options_iter_truncated() localVariable
363 pub fn options(&self) -> impl Iterator<Item = DhcpOption<'_>> + '_ { in options() method857 let mut options = packet.options_mut(); in emit() localVariable1046 let mut options = packet.options(); in test_deconstruct_discover() localVariable1104 let mut options = packet.options_mut(); in test_construct_discover() localVariable