Home
last modified time | relevance | path

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

/subsys/net/ip/
A Dutils.c80 char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad) in net_byte_to_hex() function
122 ptr = net_byte_to_hex(ptr, (char)ll[i], 'A', true); in net_sprint_ll_addr_buf()
270 ptr = net_byte_to_hex(ptr, bh, 'a', false); in z_impl_net_addr_ntop()
273 ptr = net_byte_to_hex(ptr, bl, 'a', true); in z_impl_net_addr_ntop()
278 ptr = net_byte_to_hex(ptr, bl, 'a', false); in z_impl_net_addr_ntop()
A Dnet_private.h284 extern char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad);

Completed in 12 milliseconds