Lines Matching refs:ospf_hello
833 if (!(op->ospf_hello.hello_options & OSPF_OPTION_L))
933 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options)));
935 ND_TCHECK(op->ospf_hello.hello_deadint);
937 EXTRACT_16BITS(&op->ospf_hello.hello_helloint),
938 EXTRACT_32BITS(&op->ospf_hello.hello_deadint),
939 ipaddr_string(ndo, &op->ospf_hello.hello_mask),
940 op->ospf_hello.hello_priority));
942 ND_TCHECK(op->ospf_hello.hello_dr);
943 if (op->ospf_hello.hello_dr.s_addr != 0)
945 ipaddr_string(ndo, &op->ospf_hello.hello_dr)));
947 ND_TCHECK(op->ospf_hello.hello_bdr);
948 if (op->ospf_hello.hello_bdr.s_addr != 0)
950 ipaddr_string(ndo, &op->ospf_hello.hello_bdr)));
952 ap = op->ospf_hello.hello_neighbor;