Searched refs:etharp_output (Results 1 – 6 of 6) sorted by relevance
306 netif->output = etharp_output;
879 etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr) function
185 err_t etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr);
350 netif->output = etharp_output; in ethernetif_init()
47 netif->output = etharp_output; in default_netif_init()
382 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/1915 etharp_output() to match netif->output so etharp_output() can be used