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

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dmadman_trap.h50 extern void send_trap_appl_status_changed(int applIndex, char *applName, int applOperStatus);
51 extern void send_trap_appl_alarm(int applIndex, char *applName, int alarmId, int alarmSeverity, char *alarmDescr);
H A Dmadman_trap.c66 void send_trap_appl_status_changed(int applIndex, char *applName, int applOperStatus) argument
79 applName_name.subids[applName_name.len - 1] = applIndex;
85 applIndex, applName, applOperStatus,
93 applOperStatus_name.subids[applOperStatus_name.len - 1] = applIndex;
99 applIndex, applName, applOperStatus,
110 applIndex, applName, applOperStatus,
124 void send_trap_appl_alarm(int applIndex, char *applName, int alarmId, int alarmSeverity, char *alarmDescr) argument
137 applName_name.subids[applName_name.len - 1] = applIndex;
143 applIndex, applName, alarmId, alarmSeverity, alarmDescr,
156 applIndex, applNam
[all...]
H A Dmadman_api.h104 int32_t applIndex; member in struct:_ApplEntry
122 int32_t applIndex; member in struct:_AssocEntry
136 int32_t applIndex; member in struct:_MtaEntry
149 int32_t applIndex; member in struct:_MtaGroupEntry
178 int32_t applIndex; member in struct:_MtaGroupAssociationEntry
189 int32_t applIndex; member in struct:_DsaOpsEntry
213 int32_t applIndex; member in struct:_DsaEntriesEntry
222 int32_t applIndex; member in struct:_DsaIntEntry
368 u_char request_type, int32_t applIndex, char *error_label);
377 u_char request_type, int32_t applIndex, int32_
[all...]
H A Dmadman_api.c1168 int applEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, char *error_label) argument
1197 if(applIndex >= 0)
1200 subids[column->name->len] = applIndex;
1236 int32_t applIndex; local
1282 /* check oid and extract applIndex */
1283 if(extract_one_index_from_column(&(variable->name), column->name, &applIndex))
1290 /* check if all applIndex are equal ??? */
1291 applEntry->applIndex = applIndex;
1346 printf("applIndex
1385 assocEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, int32_t assocIndex, char *error_label) argument
1460 int32_t applIndex; local
1589 mtaEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, char *error_label) argument
1657 int32_t applIndex; local
1782 mtaGroupEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, int32_t mtaGroupIndex, char *error_label) argument
1857 int32_t applIndex; local
2027 mtaGroupAssociationEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, int32_t mtaGroupIndex, int32_t mtaGroupAssociationIndex, char *error_label) argument
2108 int32_t applIndex; local
2223 dsaOpsEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, char *error_label) argument
2291 int32_t applIndex; local
2439 dsaEntriesEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, char *error_label) argument
2507 int32_t applIndex; local
2625 dsaIntEntry_send_request(SNMP_session *session, u_char type, int32_t applIndex, int32_t dsaIntIndex, char *error_label) argument
2700 int32_t applIndex; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/test/
H A Dmadman_api_test.c161 if(applEntry_send_request(session, GETNEXT_REQ_MSG, applEntry->applIndex, error_label))
204 if(assocEntry_send_request(session, GETNEXT_REQ_MSG, assocEntry->applIndex, assocEntry->assocIndex, error_label))
247 if(mtaEntry_send_request(session, GETNEXT_REQ_MSG, mtaEntry->applIndex, error_label))
290 if(mtaGroupEntry_send_request(session, GETNEXT_REQ_MSG, mtaGroupEntry->applIndex, mtaGroupEntry->mtaGroupIndex, error_label))
333 if(mtaGroupAssociationEntry_send_request(session, GETNEXT_REQ_MSG, mtaGroupAssociationEntry->applIndex, mtaGroupAssociationEntry->mtaGroupIndex, mtaGroupAssociationEntry->mtaGroupAssociationIndex, error_label))
376 if(dsaOpsEntry_send_request(session, GETNEXT_REQ_MSG, dsaOpsEntry->applIndex, error_label))
419 if(dsaEntriesEntry_send_request(session, GETNEXT_REQ_MSG, dsaEntriesEntry->applIndex, error_label))
462 if(dsaIntEntry_send_request(session, GETNEXT_REQ_MSG, dsaIntEntry->applIndex, dsaIntEntry->dsaIntIndex, error_label))
H A Dmadman_api_test_2.c161 if(applEntry_send_request(session, GETNEXT_REQ_MSG, applEntry->applIndex, error_label))
204 if(assocEntry_send_request(session, GETNEXT_REQ_MSG, assocEntry->applIndex, assocEntry->assocIndex, error_label))
247 if(mtaEntry_send_request(session, GETNEXT_REQ_MSG, mtaEntry->applIndex, error_label))
318 if(mtaGroupAssociationEntry_send_request(session, GETNEXT_REQ_MSG, mtaGroupAssociationEntry->applIndex, mtaGroupAssociationEntry->mtaGroupIndex, mtaGroupAssociationEntry->mtaGroupAssociationIndex, error_label))
361 if(dsaOpsEntry_send_request(session, GETNEXT_REQ_MSG, dsaOpsEntry->applIndex, error_label))
404 if(dsaEntriesEntry_send_request(session, GETNEXT_REQ_MSG, dsaEntriesEntry->applIndex, error_label))
447 if(dsaIntEntry_send_request(session, GETNEXT_REQ_MSG, dsaIntEntry->applIndex, dsaIntEntry->dsaIntIndex, error_label))

Completed in 73 milliseconds