Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c498 TCHECK(op->ospf6_hello.hello_bdr); in ospf6_decode_v3()
499 if (op->ospf6_hello.hello_bdr != 0) in ospf6_decode_v3()
501 ipaddr_string(&op->ospf6_hello.hello_bdr)); in ospf6_decode_v3()
Dospf6.h225 rtrid_t hello_bdr; member
Dospf.h281 struct in_addr hello_bdr; member
Dprint-ospf.c957 TCHECK(op->ospf_hello.hello_bdr); in ospf_decode_v2()
958 if (op->ospf_hello.hello_bdr.s_addr != 0) in ospf_decode_v2()
960 ipaddr_string(&op->ospf_hello.hello_bdr)); in ospf_decode_v2()