Searched refs:SNMP_COMMUNITY_MAXLEN (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h80 char read_community[SNMP_COMMUNITY_MAXLEN + 1];
81 char write_community[SNMP_COMMUNITY_MAXLEN + 1];
H A Dsnmp.h48 #define SNMP_COMMUNITY_MAXLEN 128 macro
153 char community[SNMP_COMMUNITY_MAXLEN + 1];
H A Dsnmp.c538 octs_len = SNMP_COMMUNITY_MAXLEN;
H A Dsnmpclient.c1931 * any) but only if it is not longer than SNMP_COMMUNITY_MAXLEN. Empty
1950 if (p - *strp > SNMP_COMMUNITY_MAXLEN) {
2139 * SNMP_COMMUNITY_MAXLEN. It may be empty.
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.h315 u_char comm[SNMP_COMMUNITY_MAXLEN + 1];
H A Dtrap.c85 u_char comm[SNMP_COMMUNITY_MAXLEN + 1];
90 u_char rb_comm[SNMP_COMMUNITY_MAXLEN + 1];
370 value->v.octetstring.len > SNMP_COMMUNITY_MAXLEN)

Completed in 174 milliseconds