Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 8 of 8) sorted by relevance

/smoltcp-0.9.1/src/wire/
Dsixlowpan.rs186 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/
Ddns.rs503 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
Draw.rs320 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
Dudp.rs424 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
Dicmp.rs483 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
Ddhcpv4.rs500 pub(crate) fn dispatch<F, E>(&mut self, cx: &mut Context, emit: F) -> Result<(), E> in dispatch() method
Dtcp.rs1960 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/
Dmod.rs1455 fn dispatch<Tx>( in dispatch() method