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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_ecommunity.h48 #define ecom_length(X) ((X)->size * 8) macro
H A Dbgp_ecommunity.c214 ecom->val = XMALLOC (MTYPE_ECOMMUNITY_VAL, ecom_length (ecom));
231 ecom->val = XREALLOC (MTYPE_ECOMMUNITY_VAL, ecom->val, ecom_length (ecom));

Completed in 50 milliseconds