Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Ddef.h52 #define LWIP_MAKE_U16(a, b) ((a << 8) | b) macro
54 #define LWIP_MAKE_U16(a, b) ((b << 8) | a)
/lib/liblwip/src/core/ipv4/
Dip.c719 chk_sum += LWIP_MAKE_U16(proto, ttl);
732 chk_sum += LWIP_MAKE_U16(tos, iphdr->_v_hl);