Home
last modified time | relevance | path

Searched refs:enetif (Results 1 – 1 of 1) sorted by relevance

/components/net/lwip/port/
A Dethernetif.c468 struct eth_device* enetif; in ethernetif_linkoutput()
471 enetif = (struct eth_device*)netif->state; in ethernetif_linkoutput()
473 if (enetif->eth_tx(&(enetif->parent), p) != RT_EOK) in ethernetif_linkoutput()
887 struct eth_device* enetif; in eth_tx_thread_entry() local
892 enetif = (struct eth_device*)msg->netif->state; in eth_tx_thread_entry()
893 if (enetif != RT_NULL) in eth_tx_thread_entry()
896 if (enetif->eth_tx(&(enetif->parent), msg->buf) != RT_EOK) in eth_tx_thread_entry()

Completed in 4 milliseconds