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

/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Daction.c125 if ((systemg.name = strdup(uts.nodename)) == NULL)
136 if ((systemg.descr = malloc(len)) == NULL) {
140 sprintf(systemg.descr, "%s %s %s %s", uts.nodename, hostid, uts.sysname,
147 systemg.object_id = oid_freeBSDVersion;
150 systemg.object_id.len < ASN_MAXOIDLEN) {
151 systemg.object_id.subs[systemg.object_id.len] = 0;
156 systemg.object_id.subs[systemg.object_id.len] = num;
158 systemg
[all...]
H A Dsnmpmod.h314 struct systemg { struct
323 extern struct systemg systemg;
H A Dmain.c76 struct systemg systemg = { variable in typeref:struct:systemg
2698 systemg.or_last_change = objres->uptime;
H A Dtrap.c429 pdu->enterprise = systemg.object_id;

Completed in 113 milliseconds