Searched refs:UUID_NODE_LEN (Results 1 – 2 of 2) sorted by relevance
69 uint16_t node[UUID_NODE_LEN>>1];79 uint16_t node[UUID_NODE_LEN>>1];102 for (i = 0; i < (UUID_NODE_LEN>>1); i++) in uuid_node()107 for (i = 0; i < (UUID_NODE_LEN>>1); i++) in uuid_node()212 for (i = 0; i < UUID_NODE_LEN; i++) in uuid_ether_add()222 if (!bcmp(addr, uuid_ether[i].node, UUID_NODE_LEN)) { in uuid_ether_add()237 bcopy(addr, uuid_ether[i].node, UUID_NODE_LEN); in uuid_ether_add()250 bcmp(addr, uuid_ether[i].node, UUID_NODE_LEN)) in uuid_ether_del()264 bzero(uuid_ether[i].node, UUID_NODE_LEN); in uuid_ether_del()
55 #define UUID_NODE_LEN _UUID_NODE_LEN macro