/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/linux/include/linux/ |
H A D | oid_registry.h | 19 enum OID { enum 147 extern enum OID look_up_OID(const void *data, size_t datasize); 148 extern int parse_OID(const void *data, size_t datasize, enum OID *oid); 150 extern int sprint_OID(enum OID, char *, size_t);
|
/openbmc/linux/lib/ |
H A D | oid_registry.c | 26 enum OID look_up_OID(const void *data, size_t datasize) in look_up_OID() 29 enum OID oid; in look_up_OID() 106 int parse_OID(const void *data, size_t datasize, enum OID *oid) in parse_OID() 186 int sprint_OID(enum OID oid, char *buffer, size_t bufsize) in sprint_OID()
|
H A D | asn1_encoder.c | 162 data[0] = _tag(UNIV, PRIM, OID); in asn1_encode_oid()
|
/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/linux/fs/smb/client/ |
H A D | asn1.c | 25 enum OID oid; in cifs_gssapi_this_mech() 44 enum OID oid; in cifs_neg_token_init_mech_type()
|
/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/linux/drivers/usb/gadget/function/ |
H A D | rndis.c | 169 static int gen_ndis_query_resp(struct rndis_params *params, u32 OID, u8 *buf, in gen_ndis_query_resp() argument 187 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp() 204 switch (OID) { in gen_ndis_query_resp() 473 pr_warn("%s: query unknown OID 0x%08X\n", __func__, OID); in gen_ndis_query_resp() 484 static int gen_ndis_set_resp(struct rndis_params *params, u32 OID, in gen_ndis_set_resp() argument 497 pr_debug("set OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_set_resp() 507 switch (OID) { in gen_ndis_set_resp() 545 __func__, OID, buf_len); in gen_ndis_set_resp() 616 if (gen_ndis_query_resp(params, le32_to_cpu(buf->OID), in rndis_query_response() 667 if (gen_ndis_set_resp(params, le32_to_cpu(buf->OID), in rndis_set_response()
|
H A D | rndis.h | 57 __le32 OID; member 76 __le32 OID; member
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | mscode_parser.c | 40 enum OID oid; in mscode_note_content_type() 74 enum OID oid; in mscode_note_digest_algo()
|
H A D | pkcs8_parser.c | 23 enum OID last_oid; /* Last OID encountered */ 24 enum OID algo_oid; /* Algorithm OID */
|
H A D | pkcs7_parser.h | 60 enum OID data_type; /* Type of Data */
|
H A D | x509_cert_parser.c | 26 enum OID key_algo; /* Algorithm used by the cert's key */ 27 enum OID last_oid; /* Last OID encountered */ 28 enum OID sig_algo; /* Algorithm used to sign the cert */ 500 enum OID oid; in x509_extract_key_data()
|
H A D | pkcs7_parser.c | 30 enum OID last_oid; /* Last OID encountered */ 503 enum OID content_type; in pkcs7_sig_note_authenticated_attr()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 50 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL}, 263 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL}, 838 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 903 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 929 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 963 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 989 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 1025 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 1066 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 1131 {FNAME("type") OID, BYTE, 0, 0, SKIP, 0, NULL}, [all …]
|
/openbmc/linux/crypto/ |
H A D | ecrdsa.c | 35 enum OID algo_oid; /* overall public key oid */ 36 enum OID curve_oid; /* parameter */ 37 enum OID digest_oid; /* parameter */ 47 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid()
|
/openbmc/linux/fs/smb/server/ |
H A D | asn1.c | 165 enum OID oid; in ksmbd_gssapi_this_mech() 184 enum OID oid; in ksmbd_neg_token_init_mech_type()
|
/openbmc/u-boot/tools/ |
H A D | k3_x509template.txt | 32 shaType = OID:2.16.840.1.101.3.4.2.3
|
/openbmc/linux/include/crypto/ |
H A D | public_key.h | 25 enum OID algo;
|
/openbmc/openbmc-test-automation/lib/snmp/ |
H A D | redfish_snmp_utils.robot | 220 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1 244 …Should Be Equal ${snmp_trap}[1] SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1… 291 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1 347 # 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/linux/drivers/scsi/ |
H A D | aha152x.h | 126 #define OID 0x70 macro
|
/openbmc/openbmc-test-automation/redfish/events/ |
H A D | test_bmc_snmp_config.robot | 207 …Should Be Equal ${SNMP_TRAP}[1] SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1… 233 # SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.49871.1.0.0.1
|