Home
last modified time | relevance | path

Searched refs:hex_byte_pack (Results 1 – 2 of 2) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dhex.h11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
/DragonStub/apps/lib/
H A Dvsprintf.c629 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string()
631 p = hex_byte_pack(p, addr[i]); in mac_address_string()