Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ospf_hello

843         if (!(op->ospf_hello.hello_options & OSPF_OPTION_L))
943 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options));
945 TCHECK(op->ospf_hello.hello_deadint);
947 EXTRACT_16BITS(&op->ospf_hello.hello_helloint),
948 EXTRACT_32BITS(&op->ospf_hello.hello_deadint),
949 ipaddr_string(&op->ospf_hello.hello_mask),
950 op->ospf_hello.hello_priority);
952 TCHECK(op->ospf_hello.hello_dr);
953 if (op->ospf_hello.hello_dr.s_addr != 0)
955 ipaddr_string(&op->ospf_hello.hello_dr));
957 TCHECK(op->ospf_hello.hello_bdr);
958 if (op->ospf_hello.hello_bdr.s_addr != 0)
960 ipaddr_string(&op->ospf_hello.hello_bdr));
962 ap = op->ospf_hello.hello_neighbor;