Searched refs:ecommunity (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_ecommunity.h40 struct ecommunity struct
51 void ecommunity_free (struct ecommunity *);
52 struct ecommunity *ecommunity_new (void);
53 struct ecommunity *ecommunity_parse (char *, u_short);
54 struct ecommunity *ecommunity_dup (struct ecommunity *);
55 struct ecommunity *ecommunity_merge (struct ecommunity *, struct ecommunity *);
56 struct ecommunity *ecommunity_inter
[all...]
H A Dbgp_ecommunity.c54 struct ecommunity *
57 return (struct ecommunity *) XCALLOC (MTYPE_ECOMMUNITY,
58 sizeof (struct ecommunity));
63 ecommunity_free (struct ecommunity *ecom)
75 ecommunity_hash_alloc (struct ecommunity *val)
77 struct ecommunity *ecom;
88 struct ecommunity *
91 struct ecommunity tmp;
92 struct ecommunity *find;
100 find = (struct ecommunity *) hash_ge
[all...]
H A Dbgp_attr.h78 struct ecommunity *ecommunity; member in struct:attr
H A Dbgp_clist.h77 struct ecommunity *ecom;
H A Dbgp_attr.c299 if (attr->ecommunity)
300 key += ecommunity_hash_make (attr->ecommunity);
340 && attr1->ecommunity == attr2->ecommunity
404 if (attr->ecommunity)
406 if (! attr->ecommunity->refcnt)
407 attr->ecommunity = ecommunity_intern (attr->ecommunity);
409 attr->ecommunity->refcnt++;
529 struct ecommunity *ecommunit
525 struct ecommunity *ecommunity; local
[all...]
H A Dbgp_routemap.c1128 struct ecommunity *ecom;
1129 struct ecommunity *new_ecom;
1130 struct ecommunity *old_ecom;
1142 old_ecom = bgp_info->attr->ecommunity;
1149 bgp_info->attr->ecommunity = new_ecom;
1160 struct ecommunity *ecom;
1172 struct ecommunity *ecom = rule;
1192 struct ecommunity *ecom;
1204 bgp_info->attr->ecommunity = ecommunity_dup (ecom);
1213 struct ecommunity *eco
[all...]
H A Dbgp_clist.c717 struct ecommunity *ecom;
758 ecommunity structure. */
818 struct ecommunity *ecom = NULL;
H A Dbgp_route.c4275 ecommunity_vty_out (vty, attr->ecommunity);

Completed in 120 milliseconds