Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c133 static err_t netif_null_output_ip4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr);
372 netif->output = netif_null_output_ip4;
1763 netif_null_output_ip4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) function