Searched refs:LWIP_MAKE_U16 (Results 1 – 2 of 2) sorted by relevance
52 #define LWIP_MAKE_U16(a, b) ((a << 8) | b) macro54 #define LWIP_MAKE_U16(a, b) ((b << 8) | a)
719 chk_sum += LWIP_MAKE_U16(proto, ttl);732 chk_sum += LWIP_MAKE_U16(tos, iphdr->_v_hl);
Completed in 3 milliseconds