Lines Matching refs:ospf6_hello
485 EXTRACT_32BITS(&op->ospf6_hello.hello_options))); in ospf6_decode_v3()
487 TCHECK(op->ospf6_hello.hello_deadint); in ospf6_decode_v3()
489 EXTRACT_16BITS(&op->ospf6_hello.hello_helloint), in ospf6_decode_v3()
490 EXTRACT_16BITS(&op->ospf6_hello.hello_deadint), in ospf6_decode_v3()
491 ipaddr_string(&op->ospf6_hello.hello_ifid), in ospf6_decode_v3()
492 op->ospf6_hello.hello_priority); in ospf6_decode_v3()
494 TCHECK(op->ospf6_hello.hello_dr); in ospf6_decode_v3()
495 if (op->ospf6_hello.hello_dr != 0) in ospf6_decode_v3()
497 ipaddr_string(&op->ospf6_hello.hello_dr)); in ospf6_decode_v3()
498 TCHECK(op->ospf6_hello.hello_bdr); in ospf6_decode_v3()
499 if (op->ospf6_hello.hello_bdr != 0) in ospf6_decode_v3()
501 ipaddr_string(&op->ospf6_hello.hello_bdr)); in ospf6_decode_v3()
504 ap = op->ospf6_hello.hello_neighbor; in ospf6_decode_v3()