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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.h140 uint32_t hello_bdr; member in struct:ospf6hdr::__anon326::__anon327
H A Dsnoop_ospf.c145 if (op->ospf_hello.hello_bdr.s_addr != 0) {
147 inet_ntoa(op->ospf_hello.hello_bdr));
184 if (op->ospf_hello.hello_bdr.s_addr != 0) {
187 inet_ntoa(op->ospf_hello.hello_bdr));
H A Dsnoop_ospf.h235 struct in_addr hello_bdr; member in struct:ospfhdr::__anon314::__anon315
H A Dsnoop_ospf6.c92 if (op->ospf6_hello.hello_bdr != 0) {
94 print_ipaddr(op->ospf6_hello.hello_bdr));
132 if (op->ospf6_hello.hello_bdr != 0) {
135 print_ipaddr(op->ospf6_hello.hello_bdr));

Completed in 48 milliseconds