Searched defs:oid (Results 1 - 9 of 9) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/lwip/apps/
H A Dsnmp.h62 struct snmp_obj_id oid; member in struct:snmp_varbind
H A Dsnmp_scalar.h77 u32_t oid; member in struct:snmp_scalar_array_node_def
H A Dsnmp_core.h174 u32_t oid; member in struct:snmp_node
[all...]
/seL4-camkes-master/projects/lwip/src/apps/snmp/
H A Dsnmp_asn1.c206 snmp_asn1_enc_oid(struct snmp_pbuf_stream *pbuf_stream, const u32_t *oid, u16_t oid_len) argument
323 snmp_asn1_enc_oid_cnt(const u32_t *oid, u16_t oid_len, u16_t *octets_needed) argument
498 snmp_asn1_dec_oid(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t *oid, u8_t *oid_len, u8_t oid_max_len) argument
[all...]
H A Dsnmp_snmpv2_usm.c33 static void snmp_engineid_to_oid(const char *engineid, u32_t *oid, u32_t len) argument
42 static void snmp_oid_to_name(char *name, const u32_t *oid, size_t len) argument
51 static void snmp_name_to_oid(const char *name, u32_t *oid, size_t len) argument
[all...]
H A Dsnmp_traps.c243 static const struct snmp_obj_id oid = { 7, { 1, 3, 6, 1, 2, 1, 11 } }; local
H A Dsnmp_core.c286 snmp_oid_to_ip4(const u32_t *oid, ip4_addr_ argument
306 snmp_ip4_to_oid(const ip4_addr_t *ip, u32_t *oid) argument
322 snmp_oid_to_ip6(const u32_t *oid, ip6_addr_t *ip) argument
357 snmp_ip6_to_oid(const ip6_addr_t *ip, u32_t *oid) argument
387 snmp_ip_port_to_oid(const ip_addr_t *ip, u16_t port, u32_t *oid) argument
405 snmp_ip_to_oid(const ip_addr_t *ip, u32_t *oid) argument
415 snmp_ip6_to_oid(ip_2_ip6(ip), &oid[2]); local
424 snmp_ip4_to_oid(ip_2_ip4(ip), &oid[2]); local
440 snmp_oid_to_ip(const u32_t *oid, u8_t oid_len, ip_addr_t *ip) argument
516 snmp_oid_to_ip_port(const u32_t *oid, u8_t oid_len, ip_addr_t *ip, u16_t *port) argument
548 snmp_oid_assign(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) argument
566 snmp_oid_prefix(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) argument
604 snmp_oid_append(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) argument
681 snmp_get_mib_from_oid(const u32_t *oid, u8_t oid_len) argument
726 snmp_get_next_mib(const u32_t *oid, u8_t oid_len) argument
771 snmp_get_node_instance_from_oid(const u32_t *oid, u8_t oid_len, struct snmp_node_instance *node_instance) argument
811 snmp_get_next_node_instance_from_oid(const u32_t *oid, u8_t oid_len, snmp_validate_node_instance_method validate_node_instance_method, void *validate_node_instance_arg, struct snmp_obj_id *node_oid, struct snmp_node_instance *node_instance) argument
983 snmp_mib_tree_resolve_exact(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, u8_t *oid_instance_len) argument
1017 snmp_mib_tree_resolve_next(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, struct snmp_obj_id *oidret) argument
1129 snmp_next_oid_precheck(struct snmp_next_oid_state *state, const u32_t *oid, u8_t oid_len) argument
1149 snmp_next_oid_check(struct snmp_next_oid_state *state, const u32_t *oid, u8_t oid_len, void *reference) argument
[all...]
H A Dsnmp_msg.c313 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 5, 0 }; local
319 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 4, 0 }; local
325 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 3, 0 }; local
331 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 1, 0 }; local
337 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 2, 0 }; local
343 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 6, 0 }; local
[all...]
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/
H A Dostore.c366 obj_id oid, eoid; local
[all...]

Completed in 101 milliseconds