Home
last modified time | relevance | path

Searched defs:SWAP_BYTES_IN_WORD (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dinet_chksum.h44 #define SWAP_BYTES_IN_WORD(w) LWIP_PLATFORM_HTONS(w) macro
47 #define SWAP_BYTES_IN_WORD(w) (((w) & 0xff) << 8) | (((w) & 0xff00) >> 8) macro