Home
last modified time | relevance | path

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

/third_party/lwip/test/fuzz/
Dfuzz.c61 static err_t lwip_tx_func(struct netif *netif, struct pbuf *p) in lwip_tx_func() function
73 netif->linkoutput = lwip_tx_func; in testif_init()
/third_party/lwip/test/unit/dhcp/
Dtest_dhcp.c167 static err_t lwip_tx_func(struct netif *netif, struct pbuf *p);
174 netif->linkoutput = lwip_tx_func; in testif_init()
241 static err_t lwip_tx_func(struct netif *netif, struct pbuf *p) in lwip_tx_func() function