Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds