Searched refs:ospf6_hello (Results 1 – 2 of 2) sorted by relevance
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()[all …]
260 #define ospf6_hello ospf6_un.un_hello macro