Lines Matching refs:ospf_hello
769 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options)); in ospf_decode_v2()
771 TCHECK(op->ospf_hello.hello_deadint); in ospf_decode_v2()
773 EXTRACT_16BITS(&op->ospf_hello.hello_helloint), in ospf_decode_v2()
774 EXTRACT_32BITS(&op->ospf_hello.hello_deadint), in ospf_decode_v2()
775 ipaddr_string(&op->ospf_hello.hello_mask), in ospf_decode_v2()
776 op->ospf_hello.hello_priority); in ospf_decode_v2()
778 TCHECK(op->ospf_hello.hello_dr); in ospf_decode_v2()
779 if (op->ospf_hello.hello_dr.s_addr != 0) in ospf_decode_v2()
781 ipaddr_string(&op->ospf_hello.hello_dr)); in ospf_decode_v2()
783 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()
788 ap = op->ospf_hello.hello_neighbor; in ospf_decode_v2()