Home
last modified time | relevance | path

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

/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/porting/uniproton/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/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/lwip/src/include/lwip/
Dsockets.h381 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1004 IPTOS_PREC
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3683 pub fn IPTOS_PREC(tos: u8) -> u8 {