Searched refs:d_rtr (Results 1 – 4 of 4) sorted by relevance
77 hello.d_rtr = iface->dr->id.s_addr; in send_hello()80 hello.d_rtr = 0; in send_hello()171 nbr->dr.s_addr = hello.d_rtr; in recv_hello()205 nbr->dr.s_addr = hello.d_rtr; in recv_hello()217 hello.d_rtr == nbr->id.s_addr && hello.bd_rtr == 0) in recv_hello()226 if (hello.d_rtr == dr->id.s_addr && in recv_hello()232 nbr->id.s_addr != hello.d_rtr) || in recv_hello()234 nbr->id.s_addr == hello.d_rtr)) in recv_hello()244 nbr->dr.s_addr = hello.d_rtr; in recv_hello()
129 u_int32_t d_rtr; member
81 hello.d_rtr = iface->dr->addr.s_addr; in send_hello()84 hello.d_rtr = 0; in send_hello()189 nbr->dr.s_addr = hello.d_rtr; in recv_hello()227 nbr->dr.s_addr = hello.d_rtr; in recv_hello()239 hello.d_rtr == nbr->addr.s_addr && hello.bd_rtr == 0) in recv_hello()248 if (hello.d_rtr == dr->addr.s_addr && in recv_hello()254 nbr->addr.s_addr != hello.d_rtr) || in recv_hello()256 nbr->addr.s_addr == hello.d_rtr)) in recv_hello()266 nbr->dr.s_addr = hello.d_rtr; in recv_hello()
154 u_int32_t d_rtr; member