Searched refs:pmtu (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/lwip2/lwip/priv/
H A Dnd6_priv.h75 /*u32_t pmtu;*/
96 u16_t pmtu; member in struct:nd6_destination_cache_entry
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dnd6.c663 u32_t pmtu; local
690 pmtu = lwip_htonl(icmp6hdr->data);
691 destination_cache[i].pmtu = (u16_t)LWIP_MIN(pmtu, 0xFFFF);
1655 destination_cache[nd6_cached_destination_index].pmtu = netif->mtu;
1660 destination_cache[nd6_cached_destination_index].pmtu = netif->mtu;
1671 destination_cache[nd6_cached_destination_index].pmtu = netif->mtu; /* Start with netif mtu, correct through ICMPv6 if necessary */
1977 if (destination_cache[i].pmtu > 0) {
1978 return destination_cache[i].pmtu;

Completed in 81 milliseconds