Home
last modified time | relevance | path

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

/lib/liblwip/src/include/ipv4/lwip/
Dip.h148 #define IPH_TOS(hdr) ((hdr)->_tos) macro
/lib/liblwip/src/core/ipv4/
Dip.c896 IPH_TOS(iphdr),
/lib/liblwip/
DCHANGELOG2879 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().