Searched refs:community_include (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_community.h65 int community_include (struct community *, u_int32_t);
H A Dbgp_community.c134 community_include (struct community *com, u_int32_t val) function
178 if (! community_include (new, val))
H A Dbgp_clist.c428 if (community_include (entry->u.com, COMMUNITY_INTERNET))
457 if (community_include (entry->u.com, COMMUNITY_INTERNET))
H A Dbgp_route.c386 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))
4881 if (community_include (ri->attr->community, COMMUNITY_NO_ADVERTISE))
4883 if (community_include (ri->attr->community, COMMUNITY_NO_EXPORT))
4885 if (community_include (ri->attr->community, COMMUNITY_LOCAL_AS))

Completed in 151 milliseconds