Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c494 TCHECK(op->ospf6_hello.hello_dr); in ospf6_decode_v3()
495 if (op->ospf6_hello.hello_dr != 0) in ospf6_decode_v3()
497 ipaddr_string(&op->ospf6_hello.hello_dr)); in ospf6_decode_v3()
Dospf6.h224 rtrid_t hello_dr; member
Dospf.h280 struct in_addr hello_dr; member
Dprint-ospf.c952 TCHECK(op->ospf_hello.hello_dr); in ospf_decode_v2()
953 if (op->ospf_hello.hello_dr.s_addr != 0) in ospf_decode_v2()
955 ipaddr_string(&op->ospf_hello.hello_dr)); in ospf_decode_v2()