Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c529 TCHECK(op->ospf6_hello.hello_bdr); in ospf6_decode_v3()
530 if (op->ospf6_hello.hello_bdr != 0) in ospf6_decode_v3()
532 ipaddr_string(&op->ospf6_hello.hello_bdr)); in ospf6_decode_v3()
Dospf6.h238 rtrid_t hello_bdr; member
Dprint-ospf.c783 TCHECK(op->ospf_hello.hello_bdr); in ospf_decode_v2()
784 if (op->ospf_hello.hello_bdr.s_addr != 0) in ospf_decode_v2()
786 ipaddr_string(&op->ospf_hello.hello_bdr)); in ospf_decode_v2()
Dospf.h272 struct in_addr hello_bdr; member