Searched refs:str2hexnum (Results 1 – 2 of 2) sorted by relevance
38 static inline unsigned char str2hexnum(unsigned char c) in str2hexnum() function56 num = str2hexnum(*str++) << 4; in str2eaddr()57 num |= (str2hexnum(*str++)); in str2eaddr()
100 static inline unsigned char str2hexnum(unsigned char c) in str2hexnum() function121 num = str2hexnum(*str++) << 4; in str2eaddr()122 num |= str2hexnum(*str++); in str2eaddr()
Completed in 4 milliseconds