Lines Matching refs:ospf_hello
900 if (!(op->ospf_hello.hello_options & OSPF_OPTION_L)) in ospf_decode_lls()
999 ND_TCHECK(op->ospf_hello.hello_options); in ospf_decode_v2()
1001 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options))); in ospf_decode_v2()
1003 ND_TCHECK(op->ospf_hello.hello_deadint); in ospf_decode_v2()
1005 EXTRACT_16BITS(&op->ospf_hello.hello_helloint), in ospf_decode_v2()
1006 EXTRACT_32BITS(&op->ospf_hello.hello_deadint), in ospf_decode_v2()
1007 ipaddr_string(ndo, &op->ospf_hello.hello_mask), in ospf_decode_v2()
1008 op->ospf_hello.hello_priority)); in ospf_decode_v2()
1010 ND_TCHECK(op->ospf_hello.hello_dr); in ospf_decode_v2()
1011 if (op->ospf_hello.hello_dr.s_addr != 0) in ospf_decode_v2()
1013 ipaddr_string(ndo, &op->ospf_hello.hello_dr))); in ospf_decode_v2()
1015 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()
1020 ap = op->ospf_hello.hello_neighbor; in ospf_decode_v2()