Searched refs:etharp_output (Results 1 – 5 of 5) sorted by relevance
81 err_t etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr);
270 netif->output = etharp_output; in bnep_lwip_netif_init()
483 netif->output = etharp_output; in bridgeif_init()
792 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr) function
1571 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/3104 etharp_output() to match netif->output so etharp_output() can be used