Searched refs:bnc (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c85 bnc_nexthop_add (struct bgp_nexthop_cache *bnc, struct nexthop *nexthop)
89 for (last = bnc->nexthop; last && last->next; last = last->next)
94 bnc->nexthop = nexthop;
99 bnc_nexthop_free (struct bgp_nexthop_cache *bnc)
104 for (nexthop = bnc->nexthop; nexthop; nexthop = next)
122 bnc_free (struct bgp_nexthop_cache *bnc)
124 bnc_nexthop_free (bnc);
125 XFREE (MTYPE_BGP_NEXTHOP_CACHE, bnc);
238 struct bgp_nexthop_cache *bnc;
265 bnc
83 bnc_nexthop_add(struct bgp_nexthop_cache *bnc, struct nexthop *nexthop) argument
97 bnc_nexthop_free(struct bgp_nexthop_cache *bnc) argument
120 bnc_free(struct bgp_nexthop_cache *bnc) argument
235 struct bgp_nexthop_cache *bnc; local
323 struct bgp_nexthop_cache *bnc; local
408 struct bgp_nexthop_cache *bnc; local
850 struct bgp_nexthop_cache *bnc; local
943 struct bgp_nexthop_cache *bnc; local
1304 struct bgp_nexthop_cache *bnc; variable in typeref:struct:bgp_nexthop_cache
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/lib/
H A Dmemset.S26 bnc qword_align_check
68 bnc qword_set_loop || cmpz r2
104 bnc qword_align_check
154 bnc qword_set_loop
H A Dstrlen.S54 addi r2, #1 || bnc.s strlen_byte_loop
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dde620.c173 * insmod de620.o bnc=1
183 static int bnc; variable
193 module_param(bnc, int, 0);
199 MODULE_PARM_DESC(bnc, "DE-620 set BNC medium (0-1)");
744 if (bnc)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dhead.S83 bnc .Lloop1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dhead.S69 bnc .Lloop1

Completed in 109 milliseconds