Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dip.h31 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/include/netinet/
Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/ndk_musl_include/netinet/
Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/lwip/src/include/lwip/
Dsockets.h381 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro