Home
last modified time | relevance | path

Searched refs:systemg (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/bsnmp/snmpd/
HDaction.c102 if ((systemg.name = strdup(uts.nodename)) == NULL) in init_actvals()
113 if ((systemg.descr = malloc(len)) == NULL) { in init_actvals()
117 sprintf(systemg.descr, "%s %s %s %s", uts.nodename, hostid, uts.sysname, in init_actvals()
124 systemg.object_id = oid_freeBSDVersion; in init_actvals()
127 systemg.object_id.len < ASN_MAXOIDLEN) { in init_actvals()
128 systemg.object_id.subs[systemg.object_id.len] = 0; in init_actvals()
133 systemg.object_id.subs[systemg.object_id.len] = num; in init_actvals()
135 systemg.object_id.len++; in init_actvals()
246 return (string_save(value, ctx, -1, &systemg.descr)); in op_system_group()
251 return (oid_save(value, ctx, &systemg.object_id)); in op_system_group()
[all …]
HDsnmpmod.h314 struct systemg { struct
323 extern struct systemg systemg; argument
HDmain.c76 struct systemg systemg = { variable
2702 systemg.or_last_change = objres->uptime; in or_register()
HDtrap.c429 pdu->enterprise = systemg.object_id; in snmp_create_v1_trap()