Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c138 if (op->ospf_hello.hello_dr.s_addr != 0) { in interpret_ospf_hello()
140 inet_ntoa(op->ospf_hello.hello_dr)); in interpret_ospf_hello()
177 if (op->ospf_hello.hello_dr.s_addr != 0) { in interpret_ospf_hello()
180 inet_ntoa(op->ospf_hello.hello_dr)); in interpret_ospf_hello()
H A Dsnoop_ospf6.c85 if (op->ospf6_hello.hello_dr != 0) { in interpret_ospf6_hello()
87 print_ipaddr(op->ospf6_hello.hello_dr)); in interpret_ospf6_hello()
125 if (op->ospf6_hello.hello_dr != 0) { in interpret_ospf6_hello()
128 print_ipaddr(op->ospf6_hello.hello_dr)); in interpret_ospf6_hello()
H A Dsnoop_ospf6.h137 uint32_t hello_dr; member
H A Dsnoop_ospf.h232 struct in_addr hello_dr; member