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

/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunSystem.c111 static unsigned long int my_host_id; local
128 my_host_id = atol(sibuf);
130 if (sizeof(my_host_id) == sizeof(int)) {
132 (u_char *) &my_host_id,
133 sizeof (my_host_id));
135 int_my_host_id = (u_int)my_host_id;

Completed in 12 milliseconds