Lines Matching refs:hellop
742 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3() local
746 GET_BE_U_4(hellop->hello_options))); in ospf6_decode_v3()
749 GET_BE_U_2(hellop->hello_helloint), in ospf6_decode_v3()
750 GET_BE_U_2(hellop->hello_deadint), in ospf6_decode_v3()
751 GET_IPADDR_STRING(hellop->hello_ifid), in ospf6_decode_v3()
752 GET_U_1(hellop->hello_priority)); in ospf6_decode_v3()
754 if (GET_BE_U_4(hellop->hello_dr) != 0) in ospf6_decode_v3()
756 GET_IPADDR_STRING(hellop->hello_dr)); in ospf6_decode_v3()
757 if (GET_BE_U_4(hellop->hello_bdr) != 0) in ospf6_decode_v3()
759 GET_IPADDR_STRING(hellop->hello_bdr)); in ospf6_decode_v3()
762 ap = hellop->hello_neighbor; in ospf6_decode_v3()
929 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3_trailer() local
930 if (GET_BE_U_4(hellop->hello_options) & OSPF6_OPTION_L) in ospf6_decode_v3_trailer()