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

/freebsd-12-stable/contrib/tcpdump/
H A Dospf.h281 struct in_addr hello_dr; member in struct:ospfhdr::__anon7116::__anon7117
H A Dprint-ospf6.c258 rtrid_t hello_dr; member in struct:hello6
750 ND_TCHECK(hellop->hello_dr);
751 if (EXTRACT_32BITS(&hellop->hello_dr) != 0)
753 ipaddr_string(ndo, &hellop->hello_dr)));
H A Dprint-ospf.c1010 ND_TCHECK(op->ospf_hello.hello_dr);
1011 if (op->ospf_hello.hello_dr.s_addr != 0)
1013 ipaddr_string(ndo, &op->ospf_hello.hello_dr)));

Completed in 52 milliseconds