Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c737 …register const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3() local
739 ND_TCHECK_32BITS(&hellop->hello_options); in ospf6_decode_v3()
742 EXTRACT_32BITS(&hellop->hello_options)))); in ospf6_decode_v3()
744 ND_TCHECK(hellop->hello_deadint); in ospf6_decode_v3()
746 EXTRACT_16BITS(&hellop->hello_helloint), in ospf6_decode_v3()
747 EXTRACT_16BITS(&hellop->hello_deadint), in ospf6_decode_v3()
748 ipaddr_string(ndo, &hellop->hello_ifid), in ospf6_decode_v3()
749 hellop->hello_priority)); in ospf6_decode_v3()
751 ND_TCHECK(hellop->hello_dr); in ospf6_decode_v3()
752 if (EXTRACT_32BITS(&hellop->hello_dr) != 0) in ospf6_decode_v3()
[all …]