Lines Matching defs:mo
1153 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt;
1157 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) {
1165 8 * (int)mo->nd_opt_mtu_len);
1168 mtu = ntohl(mo->nd_opt_mtu_mtu);
1466 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt;
1469 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) {
1473 8 * (int)mo->nd_opt_mtu_len);
1476 mtu = ntohl(mo->nd_opt_mtu_mtu);