Searched refs:hellop (Results 1 – 1 of 1) sorted by relevance
743 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3() local747 GET_BE_U_4(hellop->hello_options))); in ospf6_decode_v3()750 GET_BE_U_2(hellop->hello_helloint), in ospf6_decode_v3()751 GET_BE_U_2(hellop->hello_deadint), in ospf6_decode_v3()752 GET_IPADDR_STRING(hellop->hello_ifid), in ospf6_decode_v3()753 GET_U_1(hellop->hello_priority)); in ospf6_decode_v3()755 if (GET_BE_U_4(hellop->hello_dr) != 0) in ospf6_decode_v3()757 GET_IPADDR_STRING(hellop->hello_dr)); in ospf6_decode_v3()758 if (GET_BE_U_4(hellop->hello_bdr) != 0) in ospf6_decode_v3()760 GET_IPADDR_STRING(hellop->hello_bdr)); in ospf6_decode_v3()[all …]