Searched refs:DEF_COMMUNITY (Results 1 – 1 of 1) sorted by relevance
390 #define DEF_COMMUNITY "public" macro1620 if (!(elem.asnlen == sizeof(DEF_COMMUNITY) - 1 && in community_print()1621 strncmp((const char *)elem.data.str, DEF_COMMUNITY, in community_print()1622 sizeof(DEF_COMMUNITY) - 1) == 0)) { in community_print()