Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c130 static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr);
383 netif->output_ip6 = netif_null_output_ip6;
1749 netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) function