Home
last modified time | relevance | path

Searched refs:hello_bdr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c145 if (op->ospf_hello.hello_bdr.s_addr != 0) { in interpret_ospf_hello()
147 inet_ntoa(op->ospf_hello.hello_bdr)); in interpret_ospf_hello()
184 if (op->ospf_hello.hello_bdr.s_addr != 0) { in interpret_ospf_hello()
187 inet_ntoa(op->ospf_hello.hello_bdr)); in interpret_ospf_hello()
H A Dsnoop_ospf6.c92 if (op->ospf6_hello.hello_bdr != 0) { in interpret_ospf6_hello()
94 print_ipaddr(op->ospf6_hello.hello_bdr)); in interpret_ospf6_hello()
132 if (op->ospf6_hello.hello_bdr != 0) { in interpret_ospf6_hello()
135 print_ipaddr(op->ospf6_hello.hello_bdr)); in interpret_ospf6_hello()
H A Dsnoop_ospf6.h140 uint32_t hello_bdr; member
H A Dsnoop_ospf.h235 struct in_addr hello_bdr; member