Searched defs:dispatch (Results 1 – 8 of 8) sorted by relevance
/smoltcp-0.9.1/src/wire/ |
D | sixlowpan.rs | 186 pub fn dispatch(buffer: impl AsRef<[u8]>) -> Result<Self> { in dispatch() method 283 let dispatch = packet.dispatch(); in new_checked() localVariable 319 pub fn dispatch(&self) -> u8 { in dispatch() method 1462 pub fn dispatch(buffer: impl AsRef<[u8]>) -> Result<Self> { in dispatch() method
|
/smoltcp-0.9.1/src/socket/ |
D | dns.rs | 503 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
|
D | raw.rs | 320 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
|
D | udp.rs | 424 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
|
D | icmp.rs | 483 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
|
D | dhcpv4.rs | 500 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
|
D | tcp.rs | 1960 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
|
/smoltcp-0.9.1/src/iface/interface/ |
D | mod.rs | 1455 fn dispatch<Tx>( in dispatch() method
|