Searched refs:netif_loop_output (Results 1 – 3 of 3) sorted by relevance
311 err_t netif_loop_output(struct netif *netif, struct pbuf *p, ip_addr_t *dest_ip);
100 netif->output = netif_loop_output; in netif_loopif_init()610 netif_loop_output(struct netif *netif, struct pbuf *p, in netif_loop_output() function
781 return netif_loop_output(netif, p, dest);785 netif_loop_output(netif, p, dest);
Completed in 5 milliseconds