Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c259 rtrid_t hello_bdr; member
755 ND_TCHECK(hellop->hello_bdr); in ospf6_decode_v3()
756 if (EXTRACT_32BITS(&hellop->hello_bdr) != 0) in ospf6_decode_v3()
758 ipaddr_string(ndo, &hellop->hello_bdr))); in ospf6_decode_v3()
Dospf.h282 struct in_addr hello_bdr; member
Dprint-ospf.c1015 ND_TCHECK(op->ospf_hello.hello_bdr); in ospf_decode_v2()
1016 if (op->ospf_hello.hello_bdr.s_addr != 0) in ospf_decode_v2()
1018 ipaddr_string(ndo, &op->ospf_hello.hello_bdr))); in ospf_decode_v2()