Searched refs:routers (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode.c530 if (((n_ptr->routers[r / 32]) >> (r % 32)) & 1)
536 if (((n_ptr->routers[r / 32]) >> (r % 32)) & 1)
549 n_ptr->routers[r_num / 32] =
550 ((1 << (r_num % 32)) | n_ptr->routers[r_num / 32]);
553 !n_ptr->routers[n_ptr->last_router]);
563 n_ptr->routers[r_num / 32] =
564 ((~(1 << (r_num % 32))) & (n_ptr->routers[r_num / 32]));
567 !n_ptr->routers[n_ptr->last_router]);
H A Dnode.h57 * @routers: bitmap (used for multicluster communication)
82 u32 routers[512/32]; member in struct:tipc_node
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_ism.c50 ospf_dr_election_sub (list routers)
57 for (node = listhead (routers); node; nextnode (node))
227 /* List eligible routers. */
49 ospf_dr_election_sub(list routers) argument
H A Dospf_lsa.h170 struct in_addr routers[1]; member in struct:network_lsa
H A Dospf_spf.c207 if (IPV4_ADDR_SAME (&nl->routers[i], &v->id))
H A Dospf_dump.c401 zlog_info (" Attached Router %s", inet_ntoa (nl->routers[i]));
H A Dospf_vty.c422 "Summarize routes matching address/mask (border routers only)\n"
460 "Summarize routes matching address/mask (border routers only)\n"
471 "Summarize routes matching address/mask (border routers only)\n"
483 "Summarize routes matching address/mask (border routers only)\n"
507 "Summarize routes matching address/mask (border routers only)\n"
530 "Summarize routes matching address/mask (border routers only)\n"
542 "Summarize routes matching address/mask (border routers only)\n"
554 "Summarize routes matching address/mask (border routers only)\n"
567 "Summarize routes matching address/mask (border routers only)\n"
593 "Summarize routes matching address/mask (border routers onl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex430 wandering on the link. This mode is used by multicast routers.
1119 when several routers are present on directly connected networks.
1539 --- only list routes going via the nexthop routers selected by \verb|PREFIX|.
2529 On routers using OSPF ASE or, especially, the BGP protocol, routing
2539 that dedicated routers all have the RIB (Routing Information Base)
2687 and especially on routers: it would break them.
2824 however other routers may also be configured to translate them.
2837 For neighbouring hosts and routers it looks like the local address
2909 hosts and on routers, is described in the following
3086 on hosts and on routers
[all...]
H A Dapi-ip6-flowlabels.tex415 routers and receiver purge flow state.

Completed in 67 milliseconds