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.c126 static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr);
324 netif->output_ip6 = netif_null_output_ip6; in netif_add()
1623 netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) in netif_null_output_ip6() function