Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c258 rtrid_t hello_dr; member
751 ND_TCHECK(hellop->hello_dr); in ospf6_decode_v3()
752 if (EXTRACT_32BITS(&hellop->hello_dr) != 0) in ospf6_decode_v3()
754 ipaddr_string(ndo, &hellop->hello_dr))); in ospf6_decode_v3()
Dospf.h281 struct in_addr hello_dr; member
Dprint-ospf.c1010 ND_TCHECK(op->ospf_hello.hello_dr); in ospf_decode_v2()
1011 if (op->ospf_hello.hello_dr.s_addr != 0) in ospf_decode_v2()
1013 ipaddr_string(ndo, &op->ospf_hello.hello_dr))); in ospf_decode_v2()