Searched refs:ospf6_hello (Results 1 – 2 of 2) sorted by relevance
85 if (op->ospf6_hello.hello_dr != 0) { in interpret_ospf6_hello()87 print_ipaddr(op->ospf6_hello.hello_dr)); in interpret_ospf6_hello()90 if (op->ospf6_hello.hello_bdr != 0) { in interpret_ospf6_hello()92 print_ipaddr(op->ospf6_hello.hello_bdr)); in interpret_ospf6_hello()96 nbr = op->ospf6_hello.hello_neighbor; in interpret_ospf6_hello()114 op->ospf6_hello.hello6_options)); in interpret_ospf6_hello()117 print_ipaddr(op->ospf6_hello.hello_ifid)); in interpret_ospf6_hello()120 ntohs(op->ospf6_hello.hello_helloint)); in interpret_ospf6_hello()122 "Priority = %d", op->ospf6_hello.hello6_priority); in interpret_ospf6_hello()124 "Dead interval = %u", ntohl(op->ospf6_hello.hello_deadint)); in interpret_ospf6_hello()[all …]
173 #define ospf6_hello ospf6_un.un_hello macro