Lines Matching refs:mh
205 const struct ip6_mobility *mh; in mobility_print() local
211 mh = (const struct ip6_mobility *)bp; in mobility_print()
216 if (!ND_TTEST_1(mh->ip6m_len)) { in mobility_print()
232 mhlen = (GET_U_1(mh->ip6m_len) + 1) << 3; in mobility_print()
236 type = GET_U_1(mh->ip6m_type); in mobility_print()
259 ND_PRINT(" nonce id=0x%x", GET_BE_U_2(mh->ip6m_data16[0])); in mobility_print()
279 ND_PRINT(" seq#=%u", GET_BE_U_2(mh->ip6m_data16[0])); in mobility_print()
299 ND_PRINT(" status=%u", GET_U_1(mh->ip6m_data8[0])); in mobility_print()
300 if (GET_U_1(mh->ip6m_data8[1]) & 0x80) in mobility_print()
311 ND_PRINT(" status=%u", GET_U_1(mh->ip6m_data8[0])); in mobility_print()
318 ND_PRINT(" len=%u", GET_U_1(mh->ip6m_len)); in mobility_print()