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.h541 #define netif_mtu6(netif) ((netif)->mtu6) macro
543 #define netif_mtu6(netif) ((netif)->mtu) macro
/third_party/lwip/src/core/ipv6/
Dnd6.c1987 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); in nd6_get_next_hop_entry()
2003 …destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu,… in nd6_get_next_hop_entry()
2312 return netif_mtu6(netif); in nd6_get_destination_mtu()
Dip6.c1263 if (netif_mtu6(netif) && (p->tot_len > nd6_get_destination_mtu(dest, netif))) {