| /openbmc/phosphor-snmp/ |
| H A D | snmp_notification.hpp | 47 using OID = std::array<oid, MAX_OID_LEN>; typedef 58 OID oid; 128 bool addPDUVar(netsnmp_pdu& pdu, const OID& objID, size_t objIDLen, 137 virtual std::pair<OID, OID_LEN> getTrapOID() = 0; 182 std::pair<OID, OID_LEN> getTrapOID() override in getTrapOID() 185 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 0, 1}; in getTrapOID() 187 return std::make_pair<OID, OID_LEN>(std::move(id), std::move(idLen)); in getTrapOID() 196 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 1, 1}; in getFieldOIDList() 203 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 1, 2}; in getFieldOIDList() 210 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 1, 3}; in getFieldOIDList() [all …]
|
| H A D | snmp_notification.cpp | 22 bool Notification::addPDUVar(netsnmp_pdu& pdu, const OID& objID, in addPDUVar()
|
| /openbmc/ipmitool/contrib/ |
| H A D | bmc-snmp-proxy.sysconf | 8 # SNMP community string and the OID of the Service Processor's SNMP agent. 27 ### OEM Specific OID of Service Processor 29 # Description: SNMP OID that we would like to redirect to the Service
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | rndis.c | 143 static int gen_ndis_query_resp(int configNr, u32 OID, u8 *buf, in gen_ndis_query_resp() argument 162 debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp() 178 switch (OID) { in gen_ndis_query_resp() 634 debug("%s: query unknown OID 0x%08X\n", __func__, OID); in gen_ndis_query_resp() 645 static int gen_ndis_set_resp(u8 configNr, u32 OID, u8 *buf, u32 buf_len, in gen_ndis_set_resp() argument 663 debug("set OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_set_resp() 675 switch (OID) { in gen_ndis_set_resp() 758 __func__, OID, buf_len); in gen_ndis_set_resp() 812 debug("%s: OID = %08X\n", __func__, get_unaligned_le32(&buf->OID)); in rndis_query_response() 831 if (gen_ndis_query_resp(configNr, get_unaligned_le32(&buf->OID), in rndis_query_response() [all …]
|
| H A D | rndis.h | 111 __le32 OID; member 130 __le32 OID; member
|
| /openbmc/u-boot/tools/ |
| H A D | k3_x509template.txt | 32 shaType = OID:2.16.840.1.101.3.4.2.3
|
| /openbmc/openbmc-test-automation/lib/snmp/ |
| H A D | redfish_snmp_utils.robot | 221 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1 245 …Should Be Equal ${snmp_trap}[1] SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1… 292 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1 348 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-network.c | 398 le32 OID; member 417 le32 OID; member 925 infobuflen = ndis_query(s, le32_to_cpu(buf->OID), in rndis_query_response() 972 ret = ndis_set(s, le32_to_cpu(buf->OID), in rndis_set_response()
|
| /openbmc/openbmc-test-automation/redfish/events/ |
| H A D | test_bmc_snmp_config.robot | 206 …Should Be Equal ${SNMP_TRAP}[1] SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1… 232 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1
|
| H A D | test_bmc_snmp_trap.robot | 324 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_snmp_alerts_sub_menu.robot | 375 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1 470 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1 509 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 3175 * Fix up the OID of the mechanism so that uses the static version of 3176 * the OID if possible. 4210 -OM_uint32 gssint_get_mech_type(OID, token) 4211 - gss_OID OID; 4214 +gssint_get_mech_type(gss_OID OID, gss_buffer_t token) 4617 * mechanism OID. Otherwise, return NULL.
|