Searched refs:nibble_to_hex (Results 1 – 1 of 1) sorted by relevance
19 uint8_t nibble_to_hex(const char *nibble, bool lo) in nibble_to_hex() function36 ethaddr[i >> 1] |= nibble_to_hex(nibble, (i % 2) != 0); in process_mac()
Completed in 3 milliseconds