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