Home
last modified time | relevance | path

Searched refs:IPTOS_TOS (Results 1 – 8 of 8) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dip.h24 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro
/third_party/musl/include/netinet/
Dip.h119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro
/third_party/musl/ndk_musl_include/netinet/
Dip.h119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro
/third_party/lwip/src/include/lwip/
Dsockets.h364 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro