Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c257 rtrid_t hello_dr; member
748 ND_TCHECK(hellop->hello_dr); in ospf6_decode_v3()
749 if (EXTRACT_32BITS(&hellop->hello_dr) != 0) in ospf6_decode_v3()
751 ipaddr_string(ndo, &hellop->hello_dr))); in ospf6_decode_v3()
Dospf.h281 struct in_addr hello_dr; member
Dprint-ospf.c942 ND_TCHECK(op->ospf_hello.hello_dr); in ospf_decode_v2()
943 if (op->ospf_hello.hello_dr.s_addr != 0) in ospf_decode_v2()
945 ipaddr_string(ndo, &op->ospf_hello.hello_dr))); in ospf_decode_v2()