Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds