Searched refs:UUID_NODE_LEN (Results 1 – 3 of 3) sorted by relevance
71 uint16_t node[UUID_NODE_LEN>>1];81 uint16_t node[UUID_NODE_LEN>>1];104 for (i = 0; i < (UUID_NODE_LEN>>1); i++) in uuid_node()109 for (i = 0; i < (UUID_NODE_LEN>>1); i++) in uuid_node()214 for (i = 0; i < UUID_NODE_LEN; i++) in uuid_ether_add()224 if (!bcmp(addr, uuid_ether[i].node, UUID_NODE_LEN)) { in uuid_ether_add()239 bcopy(addr, uuid_ether[i].node, UUID_NODE_LEN); in uuid_ether_add()252 bcmp(addr, uuid_ether[i].node, UUID_NODE_LEN)) in uuid_ether_del()266 bzero(uuid_ether[i].node, UUID_NODE_LEN); in uuid_ether_del()
57 #define UUID_NODE_LEN _UUID_NODE_LEN macro
24505 #define UUID_NODE_LEN 6 macro