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

/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dnetif.h537 #define netif_mtu6(netif) ((netif)->mtu6) macro
539 #define netif_mtu6(netif) ((netif)->mtu) macro
/seL4-camkes-master/projects/lwip/src/core/ipv6/
H A Dnd6.c1975 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif);
1991 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu, correct through ICMPv6 if necessary */
2300 return netif_mtu6(netif);
H A Dip6.c1263 if (netif_mtu6(netif) && (p->tot_len > nd6_get_destination_mtu(dest, netif))) {

Completed in 86 milliseconds