Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) macro
/third_party/musl/include/netinet/
Dip.h142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) macro
/third_party/musl/ndk_musl_include/netinet/
Dip.h142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt939 IPOPT_CLASS
Dandroid.txt828 IPOPT_CLASS
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1625 pub {const} fn IPOPT_CLASS(o: u8) -> u8 {