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()
331 p = hex_byte_pack(p, addr[i]); in mac_address_string()350 p = hex_byte_pack(p, addr[2 * i]); in ip6_addr_string()351 p = hex_byte_pack(p, addr[2 * i + 1]); in ip6_addr_string()
Completed in 5 milliseconds