Home
last modified time | relevance | path

Searched refs:IPTOS_TOS_MASK (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dip.h22 #define IPTOS_TOS_MASK 0x1E macro
23 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
H A Din_route.h30 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Dip.h158 #define IPTOS_TOS_MASK 0x1E macro
159 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/net/
H A Droute.h119 #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)