Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.c736 uint32_t lifetime, mtuv; in ipv6nd_handlera() local
1031 mtuv = ntohl(mtu->nd_opt_mtu_mtu); in ipv6nd_handlera()
1032 if (mtuv < IPV6_MMTU) { in ipv6nd_handlera()
1034 ifp->name, mtuv); in ipv6nd_handlera()
1037 rap->mtu = mtuv; in ipv6nd_handlera()
1038 snprintf(buf, sizeof(buf), "%d", mtuv); in ipv6nd_handlera()