Home
last modified time | relevance | path

Searched refs:IPTOS_PREC (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/musl/include/netinet/
H A Dip.h127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h381 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3683 pub fn IPTOS_PREC(tos: u8) -> u8 { in IPTOS_PREC() functions

Completed in 16 milliseconds