Home
last modified time | relevance | path

Searched refs:DEF_COMMUNITY (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-snmp.c390 #define DEF_COMMUNITY "public" macro
1620 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()