Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Ddefault_store.c203 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_set_boolean()
223 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_toggle_boolean()
244 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_get_boolean()
255 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_set_int()
270 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_get_int()
281 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_set_string()
314 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_get_string()
326 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_set_void()
342 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS) { in netsnmp_ds_get_void()
443 which < 0 || which >= NETSNMP_DS_MAX_SUBIDS || token == NULL) { in netsnmp_ds_register_config()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/testing/fulltests/unit-tests/
H A DT001defaultstore_clib.c9 for(j = 0; j < NETSNMP_DS_MAX_SUBIDS; j++) {
24 for(j = 0; j < NETSNMP_DS_MAX_SUBIDS; j++) {
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/ucd-snmp/
H A Ddefault_store.h8 #define DS_MAX_SUBIDS NETSNMP_DS_MAX_SUBIDS
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/library/
H A Ddefault_store.h39 #define NETSNMP_DS_MAX_SUBIDS 48 /* needs to be a multiple of 8 */ macro
/dports/net-mgmt/net-snmp/net-snmp-5.9/perl/default_store/
H A Ddefault_store.xs1178 #ifdef NETSNMP_DS_MAX_SUBIDS in constant()
1179 *iv_return = NETSNMP_DS_MAX_SUBIDS; in constant()
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A DChangeLog34765 … reminder for those adding new ids who might not think to check NETSNMP_DS_MAX_SUBIDS. (the b…
45551 new ids who might not think to check NETSNMP_DS_MAX_SUBIDS.
60547 Follow-up for r17384: changed NETSNMP_DS_MAX_SUBIDS from 40 to
74028 Follow-up for r17384: changed NETSNMP_DS_MAX_SUBIDS from 40 to
118827 update to reflect change in value of NETSNMP_DS_MAX_SUBIDS