Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetif.h539 #define netif_mtu6(netif) ((netif)->mtu6) macro
541 #define netif_mtu6(netif) ((netif)->mtu) macro
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dnd6.c1993 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); in nd6_get_next_hop_entry()
2009 …destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu,… in nd6_get_next_hop_entry()
2318 return netif_mtu6(netif); in nd6_get_destination_mtu()
A Dip6.c1263 if (netif_mtu6(netif) && (p->tot_len > nd6_get_destination_mtu(dest, netif))) {

Completed in 18 milliseconds