Type Definition bl602_sdk::wifi::netif_linkoutput_fn[][src]

pub type netif_linkoutput_fn = Option<unsafe extern "C" fn(netif: *mut netif, p: *mut pbuf) -> err_t>;
Expand description

Function prototype for netif->linkoutput functions. Only used for ethernet netifs. This function is called by ARP when a packet shall be sent.

@param netif The netif which shall send a packet @param p The packet to send (raw ethernet packet)