Home
last modified time | relevance | path

Searched refs:pmtu (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dnd6_priv.h96 u16_t pmtu; member
/third_party/lwip/src/core/ipv6/
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,…
2414 if (destination_cache[i].pmtu > 0) {
2415 return destination_cache[i].pmtu;
/third_party/toybox/toys/pending/
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()
/third_party/lwip/
D0081-ip6-hdr.patch193 u32_t pmtu;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h53568 __u16 pmtu; member