Home
last modified time | relevance | path

Searched refs:mtu6 (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnetif.h338 u16_t mtu6; member
541 #define netif_mtu6(netif) ((netif)->mtu6)
/third_party/lwip/src/core/ipv6/
Dnd6.c700 inp->mtu6 = LWIP_MIN(LWIP_MIN(inp->mtu, inp->mtu6), (u16_t)mtu32); in nd6_input()
702 inp->mtu6 = (u16_t)mtu32; in nd6_input()
/third_party/lwip/src/core/
Dnetif.c380 netif->mtu6 = netif->mtu; in netif_add()
1038 netif->mtu6 = netif->mtu; in netif_set_link_down()
/third_party/libnl/lib/route/link/
Dinet6.c267 __ADD(DEVCONF_MTU6, mtu6),