Home
last modified time | relevance | path

Searched refs:hex_to_bin (Results 1 – 5 of 5) sorted by relevance

/lib/
A Dnet_utils.c23 mac[i] = (hex_to_bin(s[i * 3]) << 4) | hex_to_bin(s[i * 3 + 1]); in mac_pton()
A Dhexdump.c46 int hex_to_bin(unsigned char ch) in hex_to_bin() function
53 EXPORT_SYMBOL(hex_to_bin);
68 hi = hex_to_bin(*src++); in hex2bin()
71 lo = hex_to_bin(*src++); in hex2bin()
A Duuid.c114 int hi = hex_to_bin(uuid[si[i] + 0]); in __uuid_parse()
115 int lo = hex_to_bin(uuid[si[i] + 1]); in __uuid_parse()
A Dbitmap-str.c440 c = hex_to_bin(*end--); in bitmap_get_x32_reverse()
450 if (hex_to_bin(*end--) >= 0) in bitmap_get_x32_reverse()
A Dstring_helpers.c244 num = digit = hex_to_bin(*q++); in unescape_hex()
248 digit = hex_to_bin(*q); in unescape_hex()

Completed in 9 milliseconds