Searched refs:ospf_hello (Results 1 – 2 of 2) sorted by relevance
138 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()143 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()148 nbr = op->ospf_hello.hello_neighbor; in interpret_ospf_hello()167 op->ospf_hello.hello_options)); in interpret_ospf_hello()169 inet_ntoa(op->ospf_hello.hello_mask)); in interpret_ospf_hello()172 ntohs(op->ospf_hello.hello_helloint)); in interpret_ospf_hello()174 "Priority = %d", op->ospf_hello.hello_priority); in interpret_ospf_hello()176 "Dead interval = %u", ntohl(op->ospf_hello.hello_deadint)); in interpret_ospf_hello()[all …]
266 #define ospf_hello ospf_un.un_hello macro