Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h127 #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_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/porting/liteos_m_iccarm/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