Lines Matching defs:mtu
112 struct nd_opt_mtu *mtu;
120 #define nd_opts_mtu nd_opt_each.mtu
1041 uint32_t reachabletime, retranstimer, mtu;
1163 /* Values in the MTU options */
1165 mtu = ntohl(ndopts.nd_opts_mtu->nd_opt_mtu_mtu);
1166 if (mtu && rai->linkmtu && mtu != rai->linkmtu) {
1168 "%s: MTU option value inconsistent on %s:"
1171 rai->ifname, mtu,
1498 /* XXX: should be max MTU attached to the node */