Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c392 #define DEF_COMMUNITY "public" macro
1612 if (!(elem.asnlen == sizeof(DEF_COMMUNITY) - 1 && in community_print()
1613 strncmp((const char *)elem.data.str, DEF_COMMUNITY, in community_print()
1614 sizeof(DEF_COMMUNITY) - 1) == 0)) { in community_print()