Searched refs:hex_byte_pack (Results 1 – 2 of 2) sorted by relevance
23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function80 dst = hex_byte_pack(dst, *_src++); in bin2hex()
328 p = hex_byte_pack(p, addr[i]); in mac_address_string()347 p = hex_byte_pack(p, addr[2 * i]); in ip6_addr_string()348 p = hex_byte_pack(p, addr[2 * i + 1]); in ip6_addr_string()