Searched refs:mac (Results 1 – 2 of 2) sorted by relevance
7 bool mac_pton(const char *s, u8 *mac) in mac_pton() argument23 mac[i] = (hex_to_bin(s[i * 3]) << 4) | hex_to_bin(s[i * 3 + 1]); in mac_pton()
387 mac(void) in mac() function608 mac(); in test_pointer()