Searched defs:b (Results 1 – 7 of 7) sorted by relevance
/smoltcp-0.9.1/src/wire/ |
D | ieee802154.rs | 123 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
|
D | ipv6.rs | 312 let mut b = [0_u8; ADDR_SIZE]; in from() localVariable
|
/smoltcp-0.9.1/src/storage/ |
D | ring_buffer.rs | 119 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()
|
D | packet_buffer.rs | 122 pub fn enqueue_with_infallible<'b, F>( in enqueue_with_infallible()
|
/smoltcp-0.9.1/src/iface/interface/ |
D | sixlowpan.rs | 380 let b = &mut pkt.buffer[iphc_repr.buffer_len()..]; in dispatch_ieee802154() localVariable
|
D | mod.rs | 1549 let b = dst_addr.as_bytes(); in lookup_hardware_addr() localVariable
|
/smoltcp-0.9.1/src/socket/ |
D | tcp.rs | 992 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()
|