Home
last modified time | relevance | path

Searched refs:ospf6_hello (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c87 if (op->ospf6_hello.hello_dr != 0) { in interpret_ospf6_hello()
89 print_ipaddr(op->ospf6_hello.hello_dr)); in interpret_ospf6_hello()
92 if (op->ospf6_hello.hello_bdr != 0) { in interpret_ospf6_hello()
94 print_ipaddr(op->ospf6_hello.hello_bdr)); in interpret_ospf6_hello()
98 nbr = op->ospf6_hello.hello_neighbor; in interpret_ospf6_hello()
116 op->ospf6_hello.hello6_options)); in interpret_ospf6_hello()
119 print_ipaddr(op->ospf6_hello.hello_ifid)); in interpret_ospf6_hello()
122 ntohs(op->ospf6_hello.hello_helloint)); in interpret_ospf6_hello()
124 "Priority = %d", op->ospf6_hello.hello6_priority); in interpret_ospf6_hello()
126 "Dead interval = %u", ntohl(op->ospf6_hello.hello_deadint)); in interpret_ospf6_hello()
[all …]
H A Dsnoop_ospf6.h175 #define ospf6_hello ospf6_un.un_hello macro