Searched refs:community (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_community.h22 struct community struct
33 /* String of community attribute. This sring is used by vty output
34 and expanded community-list for regular expression match. */
45 /* Macros of community attribute. */
52 void community_free (struct community *);
53 struct community *community_uniq_sort (struct community *);
54 struct community *community_parse (char *, u_short);
55 struct community *community_intern (struct community *);
[all...]
H A Dbgp_community.c28 /* Hash of community attribute. */
32 struct community *
35 return (struct community *) XCALLOC (MTYPE_COMMUNITY,
36 sizeof (struct community));
41 community_free (struct community *com)
50 /* Add one community value to the community. */
52 community_add_val (struct community *com, u_int32_t val)
64 /* Delete one community. */
66 community_del_val (struct community *co
[all...]
H A Dbgp_clist.h25 /* Number and string based community-list name. */
30 #define COMMUNITY_LIST_STANDARD 0 /* Standard community-list. */
31 #define COMMUNITY_LIST_EXPANDED 1 /* Expanded community-list. */
40 /* Name of the community-list. */
49 /* Linked list for other community-list. */
53 /* Community-list entry in this community-list. */
58 /* Each entry in community-list. */
76 struct community *com;
83 /* Expanded community-list regular expression. */
87 /* Linked list of community
[all...]
H A Dbgp_attr.h75 struct community *community; member in struct:attr
112 struct attr *bgp_attr_aggregate_intern (struct bgp *, u_char, struct aspath *, struct community *, int as_set);
H A Dbgp_attr.c297 if (attr->community)
298 key += community_hash_make (attr->community);
339 && attr1->community == attr2->community
397 if (attr->community)
399 if (! attr->community->refcnt)
400 attr->community = community_intern (attr->community);
402 attr->community->refcnt++;
477 struct community *communit
471 bgp_attr_aggregate_intern(struct bgp *bgp, u_char origin, struct aspath *aspath, struct community *community, int as_set) argument
524 struct community *community; local
[all...]
H A Dbgp_clist.c1 /* BGP community-list and extcommunity-list.
35 /* Lookup master structure for community-list or
56 /* Allocate a new community list entry. */
67 /* Free community list entry. */
93 /* Allocate a new community-list. */
104 /* Free community-list. */
124 /* Lookup community-list master. */
276 /* Add community-list entry to the list. */
291 /* Delete community-list entry from the list. */
312 /* Lookup community
[all...]
H A Dbgp_routemap.c56 community : Done
74 community : Done
444 /* `match community COMMUNIY' */
451 /* Match function for community match. */
471 if (community_list_exact_match (bgp_info->attr->community, list))
476 if (community_list_match (bgp_info->attr->community, list))
483 /* Compile function for community match. */
509 /* Compile function for community match. */
519 /* Route map commands for community matching. */
522 "community",
[all...]
H A Dbgp_route.c379 /* If community attribute includes no_export then return 1. */
383 if (attr->community)
386 if (community_include (attr->community, COMMUNITY_NO_ADVERTISE))
391 community_include (attr->community, COMMUNITY_NO_EXPORT))
397 if (community_include (attr->community, COMMUNITY_NO_EXPORT_SUBCONFED))
447 /* Free newly generated AS path and community by route-map. */
499 /* If community is not disabled check the no-export and local. */
2683 struct community *community = NULL;
2684 struct community *commerg
2670 struct community *community = NULL; local
2910 struct community *community = NULL; local
[all...]
H A Dbgp_debug.c195 if (attr->community)
196 snprintf (buf + strlen (buf), size - strlen (buf), ", community %s",
197 community_str (attr->community));
H A Dbgp_packet.c1560 if (attr.community)
1561 community_unintern (attr.community);
H A Dbgp_vty.c1774 /* neighbor send-community. */
1777 NEIGHBOR_CMD2 "send-community",
1789 NO_NEIGHBOR_CMD2 "send-community",
1801 /* neighbor send-community extended. */
1804 NEIGHBOR_CMD2 "send-community (both|extended|standard)",
1829 NO_NEIGHBOR_CMD2 "send-community (both|extended|standard)",
5994 "%ld BGP community entries%s", community_count (),
7075 struct community *com;
7077 com = (struct community *) backet->data;
7082 /* Show BGP's community interna
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/
H A Dopenssl.spec26 The project is managed by a worldwide community of volunteers that use the
47 The project is managed by a worldwide community of volunteers that use the
68 The project is managed by a worldwide community of volunteers that use the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec26 The project is managed by a worldwide community of volunteers that use the
47 The project is managed by a worldwide community of volunteers that use the
68 The project is managed by a worldwide community of volunteers that use the
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex595 have made the drive's support available to the \linux\ community. The
688 \linux\ community, and not from some standardizing institute. What
708 community. All the CD-player authors will have to be informed, we can
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex2542 and community strings.
2552 attributes. F.e.\ a BGP router knows route ASPATH, its community;

Completed in 130 milliseconds