Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-ospf6.c747 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()
763 ap = hellop->hello_neighbor; in ospf6_decode_v3()
[all …]