Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ospf6.c749 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3() local
753 GET_BE_U_4(hellop->hello_options))); in ospf6_decode_v3()
756 GET_BE_U_2(hellop->hello_helloint), in ospf6_decode_v3()
757 GET_BE_U_2(hellop->hello_deadint), in ospf6_decode_v3()
758 GET_IPADDR_STRING(hellop->hello_ifid), in ospf6_decode_v3()
759 GET_U_1(hellop->hello_priority)); in ospf6_decode_v3()
761 if (GET_BE_U_4(hellop->hello_dr) != 0) in ospf6_decode_v3()
763 GET_IPADDR_STRING(hellop->hello_dr)); in ospf6_decode_v3()
764 if (GET_BE_U_4(hellop->hello_bdr) != 0) in ospf6_decode_v3()
766 GET_IPADDR_STRING(hellop->hello_bdr)); in ospf6_decode_v3()
[all …]