Searched refs:dvalue (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2323 * trap; dvalue - value of the node on which trap occured; dtype - data type of
2328 send_trap(u_char * hostname, u_char * modulename, u_char * moduleContext, oid * trapoid, int size, u_char * status, u_char * description, u_char * dvalue, int dtype) argument
2522 (u_char *) dvalue,
2526 strlen((char *) dvalue));
2599 u_char dvalue[15]; local
2603 sprintf((char *) dvalue, "%d\0", swapavail_data);
2631 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype);
2644 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype);
2653 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype);
2679 u_char dvalue[1 local
2781 u_char dvalue[15]; local
2882 u_char dvalue[15]; local
2977 u_char dvalue[15]; local
3077 u_char dvalue[15]; local
3188 u_char dvalue[15]; local
[all...]
H A DhealthMonitor.h77 void send_trap(u_char *host , u_char *mod , u_char* con, oid *asdf, int size, u_char *stat , u_char *desc , u_char* dvalue, int dtype);

Completed in 19 milliseconds