uuid_node_t
arp_get(uuid_node_t *node)
get_ethernet_address(uuid_node_t *node)
int arp_get(uuid_node_t *);
int get_ethernet_address(uuid_node_t *);
uuid_node_t system_node;
bcopy(&node_id_cache, &system_node, sizeof (uuid_node_t));
bcopy(&system_node, &node_id_cache, sizeof (uuid_node_t));
if (memcmp(&system_node, &data->state.node, sizeof (uuid_node_t)) != 0)
gen_ethernet_address(uuid_node_t *system_node)
uuid_time_t timestamp, uuid_node_t node)
revalidate_data(uuid_node_t *node)
bcopy(node, &node_id_cache, sizeof (uuid_node_t));
static uuid_node_t node_id_cache;
int get_ethernet_address(uuid_node_t *);
uuid_node_t);
static void gen_ethernet_address(uuid_node_t *);
static void revalidate_data(uuid_node_t *);
uuid_node_t node; /* saved node ID */