Home
last modified time | relevance | path

Searched refs:mac (Results 1 – 2 of 2) sorted by relevance

/lib/
Dnet_utils.c7 bool mac_pton(const char *s, u8 *mac) in mac_pton() argument
23 mac[i] = (hex_to_bin(s[i * 3]) << 4) | hex_to_bin(s[i * 3 + 1]); in mac_pton()
Dtest_printf.c387 mac(void) in mac() function
608 mac(); in test_pointer()