Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/
Dethernetif.c123 low_level_output(struct netif *netif, struct pbuf *p)
307 netif->linkoutput = low_level_output;
/lib/liblwip/src/arch/
Detherif.c134 low_level_output(struct netif *netif, struct pbuf *p) in low_level_output() function
351 netif->linkoutput = low_level_output; in ethernetif_init()
/lib/liblwip/
DCHANGELOG2891 * ethernetif.c Updated low_level_output() to match prototype for