Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dprint-ospf6.c738 ND_TCHECK_32BITS(&hellop->hello_options); in ospf6_decode_v3()
743 ND_TCHECK(hellop->hello_deadint); in ospf6_decode_v3()
748 hellop->hello_priority)); in ospf6_decode_v3()
750 ND_TCHECK(hellop->hello_dr); in ospf6_decode_v3()
751 if (EXTRACT_32BITS(&hellop->hello_dr) != 0) in ospf6_decode_v3()
753 ipaddr_string(ndo, &hellop->hello_dr))); in ospf6_decode_v3()
754 ND_TCHECK(hellop->hello_bdr); in ospf6_decode_v3()
755 if (EXTRACT_32BITS(&hellop->hello_bdr) != 0) in ospf6_decode_v3()
757 ipaddr_string(ndo, &hellop->hello_bdr))); in ospf6_decode_v3()
760 ap = hellop->hello_neighbor; in ospf6_decode_v3()
[all …]