Searched refs:drouter (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_interface.c528 if ((a == NULL || ! IS_ELIGIBLE (a) || a->drouter == a->router_id) &&
529 (b == NULL || ! IS_ELIGIBLE (b) || b->drouter == b->router_id))
531 else if (a == NULL || ! IS_ELIGIBLE (a) || a->drouter == a->router_id)
533 else if (b == NULL || ! IS_ELIGIBLE (b) || b->drouter == b->router_id)
558 if ((a == NULL || ! IS_ELIGIBLE (a) || a->drouter != a->router_id) &&
559 (b == NULL || ! IS_ELIGIBLE (b) || b->drouter != b->router_id))
561 else if (a == NULL || ! IS_ELIGIBLE (a) || a->drouter != a->router_id)
563 else if (b == NULL || ! IS_ELIGIBLE (b) || b->drouter != b->router_id)
566 if (a->drouter == a->router_id && b->drouter !
589 struct ospf6_neighbor *on, *drouter, *bdrouter, myself; local
855 char strbuf[64], drouter[32], bdrouter[32]; local
[all...]
H A Dospf6_neighbor.c239 if (on->ospf6_if->drouter == on->router_id ||
629 on->drouter = on->prev_drouter = 0;
682 if (on->router_id == on->drouter)
711 char drouter[16], bdrouter[16]; local
722 inet_ntop (AF_INET, &on->drouter, drouter, sizeof (drouter));
731 duration, drouter, bdrouter, on->ospf6_if->interface->name,
739 char drouter[16], bdrouter[16]; local
746 inet_ntop (AF_INET, &on->drouter, droute
[all...]
H A Dospf6_interface.h88 u_int32_t drouter; member in struct:ospf6_interface
H A Dospf6_neighbor.h61 u_int32_t drouter; member in struct:ospf6_neighbor
H A Dospf6_message.h72 u_int32_t drouter; member in struct:ospf6_hello
H A Dospf6_message.c111 char drouter[16], bdrouter[16], neighbor[16]; local
120 inet_ntop (AF_INET, &hello->drouter, drouter, sizeof (drouter));
128 zlog_debug (" DR:%s BDR:%s", drouter, bdrouter);
283 on->prev_drouter = on->drouter = hello->drouter;
313 if (on->drouter != hello->drouter)
315 on->prev_drouter = on->drouter;
[all...]
H A Dospf6_intra.c179 struct ospf6_neighbor *on, *drouter = NULL; local
302 drouter = ospf6_neighbor_lookup (oi->drouter, oi);
303 if (drouter == NULL || drouter->state != OSPF6_NEIGHBOR_FULL)
312 lsdesc->neighbor_interface_id = htonl (drouter->ifindex);
313 lsdesc->neighbor_router_id = drouter->router_id;
H A Dospf6_flood.c382 (from->router_id == oi->drouter || from->router_id == oi->bdrouter))
574 if (oi->drouter == from->router_id)
598 if (oi->drouter == from->router_id)
H A Dospf6_snmp.c950 return SNMP_INTEGER (ntohl (oi->drouter));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_interface.c528 if ((a == NULL || ! IS_ELIGIBLE (a) || a->drouter == a->router_id) &&
529 (b == NULL || ! IS_ELIGIBLE (b) || b->drouter == b->router_id))
531 else if (a == NULL || ! IS_ELIGIBLE (a) || a->drouter == a->router_id)
533 else if (b == NULL || ! IS_ELIGIBLE (b) || b->drouter == b->router_id)
558 if ((a == NULL || ! IS_ELIGIBLE (a) || a->drouter != a->router_id) &&
559 (b == NULL || ! IS_ELIGIBLE (b) || b->drouter != b->router_id))
561 else if (a == NULL || ! IS_ELIGIBLE (a) || a->drouter != a->router_id)
563 else if (b == NULL || ! IS_ELIGIBLE (b) || b->drouter != b->router_id)
566 if (a->drouter == a->router_id && b->drouter !
589 struct ospf6_neighbor *on, *drouter, *bdrouter, myself; local
855 char strbuf[64], drouter[32], bdrouter[32]; local
[all...]
H A Dospf6_neighbor.c239 if (on->ospf6_if->drouter == on->router_id ||
629 on->drouter = on->prev_drouter = 0;
682 if (on->router_id == on->drouter)
711 char drouter[16], bdrouter[16]; local
722 inet_ntop (AF_INET, &on->drouter, drouter, sizeof (drouter));
731 duration, drouter, bdrouter, on->ospf6_if->interface->name,
739 char drouter[16], bdrouter[16]; local
746 inet_ntop (AF_INET, &on->drouter, droute
[all...]
H A Dospf6_interface.h88 u_int32_t drouter; member in struct:ospf6_interface
H A Dospf6_neighbor.h61 u_int32_t drouter; member in struct:ospf6_neighbor
H A Dospf6_message.h72 u_int32_t drouter; member in struct:ospf6_hello
H A Dospf6_message.c111 char drouter[16], bdrouter[16], neighbor[16]; local
120 inet_ntop (AF_INET, &hello->drouter, drouter, sizeof (drouter));
128 zlog_debug (" DR:%s BDR:%s", drouter, bdrouter);
283 on->prev_drouter = on->drouter = hello->drouter;
313 if (on->drouter != hello->drouter)
315 on->prev_drouter = on->drouter;
[all...]
H A Dospf6_intra.c179 struct ospf6_neighbor *on, *drouter = NULL; local
302 drouter = ospf6_neighbor_lookup (oi->drouter, oi);
303 if (drouter == NULL || drouter->state != OSPF6_NEIGHBOR_FULL)
312 lsdesc->neighbor_interface_id = htonl (drouter->ifindex);
313 lsdesc->neighbor_router_id = drouter->router_id;
H A Dospf6_flood.c382 (from->router_id == oi->drouter || from->router_id == oi->bdrouter))
574 if (oi->drouter == from->router_id)
598 if (oi->drouter == from->router_id)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_interface.c528 if ((a == NULL || ! IS_ELIGIBLE (a) || a->drouter == a->router_id) &&
529 (b == NULL || ! IS_ELIGIBLE (b) || b->drouter == b->router_id))
531 else if (a == NULL || ! IS_ELIGIBLE (a) || a->drouter == a->router_id)
533 else if (b == NULL || ! IS_ELIGIBLE (b) || b->drouter == b->router_id)
558 if ((a == NULL || ! IS_ELIGIBLE (a) || a->drouter != a->router_id) &&
559 (b == NULL || ! IS_ELIGIBLE (b) || b->drouter != b->router_id))
561 else if (a == NULL || ! IS_ELIGIBLE (a) || a->drouter != a->router_id)
563 else if (b == NULL || ! IS_ELIGIBLE (b) || b->drouter != b->router_id)
566 if (a->drouter == a->router_id && b->drouter !
589 struct ospf6_neighbor *on, *drouter, *bdrouter, myself; local
855 char strbuf[64], drouter[32], bdrouter[32]; local
[all...]
H A Dospf6_neighbor.c239 if (on->ospf6_if->drouter == on->router_id ||
629 on->drouter = on->prev_drouter = 0;
682 if (on->router_id == on->drouter)
711 char drouter[16], bdrouter[16]; local
722 inet_ntop (AF_INET, &on->drouter, drouter, sizeof (drouter));
731 duration, drouter, bdrouter, on->ospf6_if->interface->name,
739 char drouter[16], bdrouter[16]; local
746 inet_ntop (AF_INET, &on->drouter, droute
[all...]
H A Dospf6_interface.h88 u_int32_t drouter; member in struct:ospf6_interface
H A Dospf6_neighbor.h61 u_int32_t drouter; member in struct:ospf6_neighbor
H A Dospf6_message.h72 u_int32_t drouter; member in struct:ospf6_hello
H A Dospf6_message.c111 char drouter[16], bdrouter[16], neighbor[16]; local
120 inet_ntop (AF_INET, &hello->drouter, drouter, sizeof (drouter));
128 zlog_debug (" DR:%s BDR:%s", drouter, bdrouter);
283 on->prev_drouter = on->drouter = hello->drouter;
313 if (on->drouter != hello->drouter)
315 on->prev_drouter = on->drouter;
[all...]
H A Dospf6_intra.c179 struct ospf6_neighbor *on, *drouter = NULL; local
302 drouter = ospf6_neighbor_lookup (oi->drouter, oi);
303 if (drouter == NULL || drouter->state != OSPF6_NEIGHBOR_FULL)
312 lsdesc->neighbor_interface_id = htonl (drouter->ifindex);
313 lsdesc->neighbor_router_id = drouter->router_id;
H A Dospf6_flood.c382 (from->router_id == oi->drouter || from->router_id == oi->bdrouter))
574 if (oi->drouter == from->router_id)
598 if (oi->drouter == from->router_id)

Completed in 213 milliseconds

12