Lines Matching refs:asn_oid
51 static const struct asn_oid oid_target = OIDX_snmpTargetMIB;
52 static const struct asn_oid oid_notification = OIDX_snmpNotificationMIB;
59 static const struct asn_oid oid_udp_domain = OIDX_snmpUDPDomain;
64 static void target_append_index(struct asn_oid *, uint,
66 static int target_decode_index(const struct asn_oid *, uint,
68 static struct target_address *target_get_address(const struct asn_oid *,
70 static struct target_address *target_get_next_address(const struct asn_oid *,
72 static struct target_param *target_get_param(const struct asn_oid *,
74 static struct target_param *target_get_next_param(const struct asn_oid *,
76 static struct target_notify *target_get_notify(const struct asn_oid *,
78 static struct target_notify *target_get_next_notify(const struct asn_oid *,
656 target_append_index(struct asn_oid *oid, uint sub, const char *name) in target_append_index()
666 target_decode_index(const struct asn_oid *oid, uint sub, char *name) in target_decode_index()
682 target_get_address(const struct asn_oid *oid, uint sub) in target_get_address()
699 target_get_next_address(const struct asn_oid * oid, uint sub) in target_get_next_address()
719 target_get_param(const struct asn_oid *oid, uint sub) in target_get_param()
736 target_get_next_param(const struct asn_oid *oid, uint sub) in target_get_next_param()
756 target_get_notify(const struct asn_oid *oid, uint sub) in target_get_notify()
773 target_get_next_notify(const struct asn_oid *oid, uint sub) in target_get_next_notify()