Home
last modified time | relevance | path

Searched defs:b (Results 1 – 7 of 7) sorted by relevance

/smoltcp-0.9.1/src/wire/
Dieee802154.rs123 let mut b = [0u8; 2]; in from_bytes() localVariable
127 let mut b = [0u8; 8]; in from_bytes() localVariable
502 let b = self.buffer.as_ref()[index..][0]; in security_level() localVariable
509 let b = self.buffer.as_ref()[index..][0]; in key_identifier_mode() localVariable
516 let b = &self.buffer.as_ref()[index..]; in frame_counter() localVariable
523 let b = &self.buffer.as_ref()[index..]; in key_identifier() localVariable
Dipv6.rs312 let mut b = [0_u8; ADDR_SIZE]; in from() localVariable
/smoltcp-0.9.1/src/storage/
Dring_buffer.rs119 pub fn enqueue_one_with<'b, R, E, F>(&'b mut self, f: F) -> Result<Result<R, E>, Full> in enqueue_one_with()
145 pub fn dequeue_one_with<'b, R, E, F>(&'b mut self, f: F) -> Result<Result<R, E>, Empty> in dequeue_one_with()
181 pub fn enqueue_many_with<'b, R, F>(&'b mut self, f: F) -> (usize, R) in enqueue_many_with()
239 pub fn dequeue_many_with<'b, R, F>(&'b mut self, f: F) -> (usize, R) in dequeue_many_with()
Dpacket_buffer.rs122 pub fn enqueue_with_infallible<'b, F>( in enqueue_with_infallible()
/smoltcp-0.9.1/src/iface/interface/
Dsixlowpan.rs380 let b = &mut pkt.buffer[iphc_repr.buffer_len()..]; in dispatch_ieee802154() localVariable
Dmod.rs1549 let b = dst_addr.as_bytes(); in lookup_hardware_addr() localVariable
/smoltcp-0.9.1/src/socket/
Dtcp.rs992 fn send_impl<'b, F, R>(&'b mut self, f: F) -> Result<R, SendError> in send_impl()
1025 pub fn send<'b, F, R>(&'b mut self, f: F) -> Result<R, SendError> in send()
1059 fn recv_impl<'b, F, R>(&'b mut self, f: F) -> Result<R, RecvError> in recv_impl()
1089 pub fn recv<'b, F, R>(&'b mut self, f: F) -> Result<R, RecvError> in recv()