Home
last modified time | relevance | path

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_ospf.c143 if (op->ospf_hello.hello_bdr.s_addr != 0) { in interpret_ospf_hello()
145 inet_ntoa(op->ospf_hello.hello_bdr)); in interpret_ospf_hello()
182 if (op->ospf_hello.hello_bdr.s_addr != 0) { in interpret_ospf_hello()
185 inet_ntoa(op->ospf_hello.hello_bdr)); in interpret_ospf_hello()
H A Dsnoop_ospf6.c90 if (op->ospf6_hello.hello_bdr != 0) { in interpret_ospf6_hello()
92 print_ipaddr(op->ospf6_hello.hello_bdr)); in interpret_ospf6_hello()
130 if (op->ospf6_hello.hello_bdr != 0) { in interpret_ospf6_hello()
133 print_ipaddr(op->ospf6_hello.hello_bdr)); in interpret_ospf6_hello()
H A Dsnoop_ospf6.h138 uint32_t hello_bdr; member
H A Dsnoop_ospf.h233 struct in_addr hello_bdr; member