Searched refs:community_low (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.c530 u_int32_t community_low = 0; local
546 community_high = community_low << 16;
547 community_low = 0;
553 community_low *= 10;
554 community_low += (*p - '0');
563 *val = community_high + community_low;

Completed in 21 milliseconds