Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
H A Dnd6_priv.h75 /*u32_t pmtu;*/
96 u16_t pmtu; member
/third_party/lwip/src/core/ipv6/
H A Dnd6.c899 u32_t pmtu; in nd6_input() local
927 pmtu = lwip_htonl(icmp6hdr->data); in nd6_input()
928 destination_cache[dest_idx].pmtu = (u16_t)LWIP_MIN(pmtu, 0xFFFF); in nd6_input()
2095 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif);
2100 destination_cache[nd6_cached_destination_index].pmtu = netif->mtu;
2111 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu, correct through ICMPv6 if necessary */
2414 if (destination_cache[i].pmtu > 0) {
2415 return destination_cache[i].pmtu;
/third_party/toybox/toys/pending/
H A Dtraceroute.c253 int pmtu = 0; in do_trace() local
259 pmtu = ntohs(ricmp->icmp_nextmtu); in do_trace()
338 xprintf(" !F-%d", pmtu); in do_trace()

Completed in 4 milliseconds