Searched refs:oid2 (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_core.c | 591 snmp_oid_combine(struct snmp_obj_id *target, const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u… in snmp_oid_combine() argument 594 snmp_oid_append(target, oid2, oid2_len); in snmp_oid_combine() 623 snmp_oid_compare(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len) in snmp_oid_compare() argument 627 …LWIP_ASSERT("'oid2' param must not be NULL or 'oid2_len' param be 0!", (oid2 != NULL) || (oid2_len… in snmp_oid_compare() 630 if (*oid1 < *oid2) { in snmp_oid_compare() 633 if (*oid1 > *oid2) { in snmp_oid_compare() 639 oid2++; in snmp_oid_compare() 664 snmp_oid_equal(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len) in snmp_oid_equal() argument 666 return (snmp_oid_compare(oid1, oid1_len, oid2, oid2_len) == 0) ? 1 : 0; in snmp_oid_equal() 754 snmp_get_mib_between(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len) in snmp_get_mib_between() argument [all …]
|
/third_party/lwip/src/include/lwip/apps/ |
D | snmp_core.h | 298 …ne(struct snmp_obj_id* target, const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len); 301 u8_t snmp_oid_equal(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len); 302 s8_t snmp_oid_compare(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len);
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1write.function | 328 data_t *oid2, data_t *oid3, 331 data_t *oid[4] = {oid0, oid1, oid2, oid3};
|
D | test_suite_asn1parse.function | 712 void find_named_data( data_t *oid0, data_t *oid1, data_t *oid2, data_t *oid3, 718 { {0x06, oid2->len, oid2->x}, {0, 0, NULL}, NULL, 0 },
|