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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dputs.c42 static volatile unsigned long * const com1 = (unsigned long *)SERIAL_BASE; variable
62 ch = com1[SER_CMD];
69 com1[SER_DATA] = c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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
107 community_del_val (com1, com2->val + i);
111 return com1;
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
435 community_cmp(struct community *com1, struct community *com2) argument
450 community_merge(struct community *com1, struct community *com2) argument
[all...]

Completed in 87 milliseconds