Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h146 #define IPH_TOS(hdr) (ntohs((hdr)->_v_hl_tos) & 0xff) macro
/external/syslinux/core/lwip/src/core/ipv4/
Dip.c829 IPH_TOS(iphdr),
/external/syslinux/core/lwip/
DCHANGELOG2580 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().