Home
last modified time | relevance | path

Searched refs:hellop (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tcpdump/
H A Dprint-ospf6.c742 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()
[all …]