Lines Matching full:snmp
2 * @brief SNMP Error Notification class.
4 * This file is part of phosphor-snmp project.
26 // net-snmp requires a very specific header include order.
29 #include <net-snmp/net-snmp-config.h>
30 #include <net-snmp/net-snmp-includes.h>
31 #include <net-snmp/agent/net-snmp-agent-includes.h>
44 namespace snmp namespace
52 // Generic snmp trap ID
101 * to the configured SNMP manager.
114 /** @brief Send the snmp trap to the configured
120 /** @brief Add the variable in the snmp pdu object.
121 * @param[in] pdu - SNMP pdu object.
122 * @param[in] objID - SNMP object identifier.
131 /** @brief get the SNMP notification type in the mib
228 } // namespace snmp