Searched refs:snmp_value (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-11-stable/contrib/ngatm/snmp_atm/
H A Datm.h80 int atmif_get_aif(struct snmp_value *, u_int, enum snmp_op,
90 int atm_sys_get_hw_vendor(struct atmif_priv *, struct snmp_value *);
93 int atm_sys_get_hw_device(struct atmif_priv *, struct snmp_value *);
H A Dsnmp_atm.c397 atmif_get_aif(struct snmp_value *value, u_int sub, enum snmp_op op,
443 op_atmif(struct snmp_context *ctx __unused, struct snmp_value *value,
522 op_atmhw(struct snmp_context *ctx __unused, struct snmp_value *value,
561 op_atm(struct snmp_context *ctx __unused, struct snmp_value *value,
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.h88 typedef int32_t (*snmp_tc2oct_f) (struct snmp_value *value, char *string);
93 int32_t snmp_tc2oct(enum snmp_tc tc, struct snmp_value *value, char *string);
H A Dbsnmptc.c60 static int parse_octetstring(struct snmp_value *, char *);
65 static int parse_dateandtime(struct snmp_value *, char *);
70 static int parse_physaddress(struct snmp_value *, char *);
75 static int parse_ntp_ts(struct snmp_value *, char *);
80 static int parse_bridge_id(struct snmp_value *, char *);
85 static int parse_bport_id(struct snmp_value *, char *);
90 static int32_t parse_inetaddr(struct snmp_value *value, char *string);
94 static int32_t parse_bits(struct snmp_value *value, char *string);
193 snmp_tc2oct(enum snmp_tc tc, struct snmp_value *value, char *string)
259 parse_octetstring(struct snmp_value *valu
[all...]
H A Dbsnmptools.h124 struct snmp_value val;
305 int32_t snmp_object_seterror(struct snmp_toolinfo *, struct snmp_value *,
325 int32_t snmp_output_numval(struct snmp_toolinfo *, struct snmp_value *,
327 void snmp_output_val(struct snmp_value *);
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmppriv.h35 enum asn_err snmp_binding_encode(struct asn_buf *, const struct snmp_value *);
H A Dsnmp.h68 struct snmp_value { struct
194 struct snmp_value bindings[SNMP_MAX_BINDINGS];
257 void snmp_value_free(struct snmp_value *);
259 int snmp_value_copy(struct snmp_value *, const struct snmp_value *);
H A Dsnmpagent.h93 typedef int (*snmp_op_t)(struct snmp_context *, struct snmp_value *,
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ifmib.c40 op_ifmib(struct snmp_context *ctx __unused, struct snmp_value *value,
H A DmibII_ifstack.c70 op_ifstack(struct snmp_context *ctx __unused, struct snmp_value *value,
H A DmibII_begemot.c40 op_begemot_mibII(struct snmp_context *ctx, struct snmp_value *value,
H A DmibII_rcvaddr.c93 op_rcvaddr(struct snmp_context *ctx __unused, struct snmp_value *value,
H A DmibII_udp.c151 op_udp(struct snmp_context *ctx __unused, struct snmp_value *value,
201 op_udptable(struct snmp_context *ctx __unused, struct snmp_value *value,
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dexport.c57 string_save(struct snmp_value *value, struct snmp_context *ctx,
108 string_get(struct snmp_value *value, const u_char *ptr, ssize_t len)
130 string_get_max(struct snmp_value *value, const u_char *ptr, ssize_t len,
158 ip_save(struct snmp_value *value, struct snmp_context *ctx, u_char *valp)
195 ip_get(struct snmp_value *value, u_char *valp)
211 oid_save(struct snmp_value *value, struct snmp_context *ctx,
236 oid_get(struct snmp_value *value, const struct asn_oid *oid)
H A Daction.c243 op_system_group(struct snmp_context *ctx, struct snmp_value *value,
356 op_debug(struct snmp_context *ctx, struct snmp_value *value, u_int sub,
448 op_or_table(struct snmp_context *ctx __unused, struct snmp_value *value,
505 op_snmp(struct snmp_context *ctx, struct snmp_value *value,
588 op_snmpd_stats(struct snmp_context *ctx __unused, struct snmp_value *value,
630 op_snmpd_config(struct snmp_context *ctx, struct snmp_value *value,
751 op_community(struct snmp_context *ctx, struct snmp_value *value,
928 op_modules(struct snmp_context *ctx, struct snmp_value *value,
1055 op_snmp_set(struct snmp_context *ctx __unused, struct snmp_value *value,
1103 op_snmp_engine(struct snmp_context *ctx __unused, struct snmp_value *valu
[all...]
H A Dsnmpmod.h603 int string_save(struct snmp_value *, struct snmp_context *, ssize_t, u_char **);
606 int string_get(struct snmp_value *, const u_char *, ssize_t);
607 int string_get_max(struct snmp_value *, const u_char *, ssize_t, size_t);
610 int ip_save(struct snmp_value *, struct snmp_context *, u_char *);
613 int ip_get(struct snmp_value *, u_char *);
615 int oid_save(struct snmp_value *, struct snmp_context *, struct asn_oid *);
618 int oid_get(struct snmp_value *, const struct asn_oid *);
H A Dconfig.c120 struct snmp_value value;
689 const struct snmp_value *value)
870 parse_syntax_null(struct snmp_value *value __unused)
877 parse_syntax_integer(struct snmp_value *value)
889 parse_syntax_counter64(struct snmp_value *value)
899 parse_syntax_octetstring(struct snmp_value *value)
948 parse_syntax_oid(struct snmp_value *value)
970 parse_syntax_ipaddress(struct snmp_value *value)
1001 parse_syntax_uint32(struct snmp_value *value)
1018 struct snmp_value valu
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c556 parse_oid_numeric(struct snmp_value *value, char *val)
595 struct snmp_value *value, char *string)
613 parse_ip(struct snmp_value * value, char * val)
635 parse_int(struct snmp_value *value, char *val)
682 parse_uint(struct snmp_value *value, char *val)
706 parse_ticks(struct snmp_value *value, char *val)
716 parse_gauge(struct snmp_value *value, char *val)
726 parse_counter(struct snmp_value *value, char *val)
736 parse_uint64(struct snmp_value *value, char *val)
761 parse_syntax_val(struct snmp_value *valu
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_pf.c75 op_begemot_bridge_pf(struct snmp_context *ctx, struct snmp_value *val,
H A Dbridge_if.c262 static struct snmp_value*
263 bridge_basename_var(struct bridge_if *bif, struct snmp_value* b_val)
292 struct snmp_value bif_idx;
295 snmp_send_trap(&oid_newRoot, (struct snmp_value *) NULL);
301 &bif_idx, (struct snmp_value *) NULL);
311 struct snmp_value bif_idx;
315 (struct snmp_value *) NULL);
321 &bif_idx, (struct snmp_value *) NULL);
633 op_dot1d_base(struct snmp_context *ctx __unused, struct snmp_value *value,
673 op_dot1d_stp(struct snmp_context *ctx, struct snmp_value *va
[all...]
H A Dbridge_port.c345 op_dot1d_base_port(struct snmp_context *c __unused, struct snmp_value *val,
417 op_dot1d_stp_port(struct snmp_context *ctx, struct snmp_value *val,
575 op_dot1d_stp_ext_port(struct snmp_context *ctx, struct snmp_value *val,
716 op_dot1d_tp_port(struct snmp_context *c __unused, struct snmp_value *val,
914 struct snmp_value *val, uint sub)
981 struct snmp_value *val, uint sub)
1004 bridge_port_commit_status(struct snmp_value *val, uint sub)
1036 struct snmp_value *val, uint sub)
1075 op_begemot_base_port(struct snmp_context *ctx, struct snmp_value *val,
1194 op_begemot_stp_port(struct snmp_context *ctx, struct snmp_value *va
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c222 op_atmif_ng(struct snmp_context *ctx __unused, struct snmp_value *value,
252 atm_sys_get_hw_vendor(struct atmif_priv *aif, struct snmp_value *value)
264 atm_sys_get_hw_device(struct atmif_priv *aif, struct snmp_value *value)
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c145 OS_getSystemDate(struct snmp_value *value)
373 op_hrSystem(struct snmp_context *ctx, struct snmp_value *value,
468 op_hrStorage(struct snmp_context *ctx __unused, struct snmp_value *value,
H A Dhostres_begemot.c40 op_begemot(struct snmp_context *ctx, struct snmp_value *value,
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c151 pf_status(struct snmp_context __unused *ctx, struct snmp_value *val,
192 pf_counter(struct snmp_context __unused *ctx, struct snmp_value *val,
235 pf_statetable(struct snmp_context __unused *ctx, struct snmp_value *val,
275 pf_srcnodes(struct snmp_context __unused *ctx, struct snmp_value *val,
315 pf_limits(struct snmp_context __unused *ctx, struct snmp_value *val,
357 pf_timeouts(struct snmp_context __unused *ctx, struct snmp_value *val,
447 pf_logif(struct snmp_context __unused *ctx, struct snmp_value *val,
520 pf_interfaces(struct snmp_context __unused *ctx, struct snmp_value *val,
549 pf_iftable(struct snmp_context __unused *ctx, struct snmp_value *val,
667 pf_tables(struct snmp_context __unused *ctx, struct snmp_value *va
[all...]

Completed in 170 milliseconds

123