Searched refs:ospf_hello (Results 1 – 2 of 2) sorted by relevance
140 if (op->ospf_hello.hello_dr.s_addr != 0) { in interpret_ospf_hello()142 inet_ntoa(op->ospf_hello.hello_dr)); in interpret_ospf_hello()145 if (op->ospf_hello.hello_bdr.s_addr != 0) { in interpret_ospf_hello()147 inet_ntoa(op->ospf_hello.hello_bdr)); in interpret_ospf_hello()150 nbr = op->ospf_hello.hello_neighbor; in interpret_ospf_hello()169 op->ospf_hello.hello_options)); in interpret_ospf_hello()171 inet_ntoa(op->ospf_hello.hello_mask)); in interpret_ospf_hello()174 ntohs(op->ospf_hello.hello_helloint)); in interpret_ospf_hello()176 "Priority = %d", op->ospf_hello.hello_priority); in interpret_ospf_hello()178 "Dead interval = %u", ntohl(op->ospf_hello.hello_deadint)); in interpret_ospf_hello()[all …]
268 #define ospf_hello ospf_un.un_hello macro