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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_community.c99 /* Delete all communities listed in com2 from com1 */
101 community_delete (struct community *com1, struct community *com2) argument
105 while(i < com2->size)
107 community_del_val (com1, com2->val + i);
404 community_match (struct community *com1, struct community *com2) argument
409 if (com1 == NULL && com2 == NULL)
412 if (com1 == NULL || com2 == NULL)
415 if (com1->size < com2->size)
418 /* Every community on com2 needs to be on com1 for this to match */
419 while (i < com1->size && j < com2
435 community_cmp(struct community *com1, struct community *com2) argument
450 community_merge(struct community *com1, struct community *com2) argument
[all...]

Completed in 56 milliseconds