Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/boot_serial/src/
Dboot_serial.c75 #define ntohs(x) sys_be16_to_cpu(x) macro
447 (ntohs(hdr->nh_len) < len - sizeof(*hdr))) { in boot_serial_input()
451 hdr->nh_group = ntohs(hdr->nh_group); in boot_serial_input()
574 len = ntohs(*(uint16_t *)out); in boot_serial_in_dec()