Searched refs:ospf_hello (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c140 if (op->ospf_hello.hello_dr.s_addr != 0) {
142 inet_ntoa(op->ospf_hello.hello_dr));
145 if (op->ospf_hello.hello_bdr.s_addr != 0) {
147 inet_ntoa(op->ospf_hello.hello_bdr));
150 nbr = op->ospf_hello.hello_neighbor;
169 op->ospf_hello.hello_options));
171 inet_ntoa(op->ospf_hello.hello_mask));
174 ntohs(op->ospf_hello.hello_helloint));
176 "Priority = %d", op->ospf_hello.hello_priority);
178 "Dead interval = %u", ntohl(op->ospf_hello
[all...]
H A Dsnoop_ospf.h268 #define ospf_hello ospf_un.un_hello macro

Completed in 45 milliseconds