Searched defs:atox (Results 1 – 2 of 2) sorted by relevance
153 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) in prom_init() macro
1245 #define atox( ether_aton_r() macro