Searched refs:LowLevelOutput (Results 1 – 2 of 2) sorted by relevance
345 static err_t LowLevelOutput(struct netif *netif, struct pbuf *p) in LowLevelOutput() function540 netif->linkoutput = LowLevelOutput; in EthernetIfInit()
237 static NetDevTxResult LowLevelOutput(NetDevice *netDev, NetBuf *p) in LowLevelOutput() function442 .xmit = LowLevelOutput,