Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dnetif.h574 #define netif_mtu6(netif) ((netif)->mtu6) macro
576 #define netif_mtu6(netif) ((netif)->mtu) macro
/third_party/lwip/src/core/ipv6/
Dnd6.c2095 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif);
2111 …destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu,…
2420 return netif_mtu6(netif);
Dip6.c1323 if (netif_mtu6(netif) && (p->tot_len > nd6_get_destination_mtu(dest, netif))) {