Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dicmp6.c60 #if !LWIP_ICMP6_DATASIZE || (LWIP_ICMP6_DATASIZE > (IP6_MIN_MTU_LENGTH - IP6_HLEN - ICMP6_HLEN))
62 #define LWIP_ICMP6_DATASIZE (IP6_MIN_MTU_LENGTH - IP6_HLEN - ICMP6_HLEN)
Dnd6.c696 if ((mtu32 >= IP6_MIN_MTU_LENGTH) && (mtu32 <= 0xffff)) { in nd6_input()
2423 return IP6_MIN_MTU_LENGTH; /* Minimum MTU */
/third_party/lwip/src/include/lwip/prot/
Dip6.h47 #define IP6_MIN_MTU_LENGTH 1280 macro
/third_party/lwip/src/netif/
Dlowpan6_ble.c420 netif->mtu = IP6_MIN_MTU_LENGTH; in rfc7668_if_init()
Dlowpan6.c909 netif->mtu = IP6_MIN_MTU_LENGTH; in lowpan6_if_init()