Home
last modified time | relevance | path

Searched refs:string_save (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/bsnmp/snmpd/
Daction.c246 return (string_save(value, ctx, -1, &systemg.descr)); in op_system_group()
254 return (string_save(value, ctx, -1, &systemg.contact)); in op_system_group()
257 return (string_save(value, ctx, -1, &systemg.name)); in op_system_group()
260 return (string_save(value, ctx, -1, &systemg.location)); in op_system_group()
762 return (string_save(value, ctx, -1, &c->string)); in op_community()
Dexport.c57 string_save(struct snmp_value *value, struct snmp_context *ctx, in string_save() function
Dsnmpmod.h601 int string_save(struct snmp_value *, struct snmp_context *, ssize_t, u_char **);
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_begemot.c115 return (string_save(value, ctx, -1, &pkg_dir)); in op_begemot()
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hast/
Dhast_snmp.c388 return (string_save(value, context, -1, in op_hastConfig()
/freebsd-9-stable/contrib/bsnmp/snmp_ntp/
Dsnmp_ntp.c1530 if ((ret = string_save(value, ctx, -1, &ntp_host)) in op_begemot_ntp()
1540 if ((ret = string_save(value, ctx, -1, &ntp_port)) in op_begemot_ntp()
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
Dsnmp_netgraph.c1024 if ((ret = string_save(value, ctx, -1, &snmp_nodename)) in op_ng_config()