Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) macro
/third_party/musl/include/netinet/
Dip.h141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) macro
/third_party/musl/ndk_musl_include/netinet/
Dip.h141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt942 IPOPT_COPIED
Dandroid.txt831 IPOPT_COPIED
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1621 pub {const} fn IPOPT_COPIED(o: u8) -> u8 {