Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h119 #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/uniproton/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/lwip/src/include/lwip/
Dsockets.h364 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) macro