Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c129 static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr);
335 netif->output_ip6 = netif_null_output_ip6; in netif_add()
1636 netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) in netif_null_output_ip6() function