Home
last modified time | relevance | path

Searched refs:IFA_F_TEMPORARY (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/client/
H A Dsort-dns.c355 if ( (sa->ifa_flags & IFA_F_TEMPORARY) && in lws_sort_dns_scomp()
356 !(sb->ifa_flags & IFA_F_TEMPORARY)) in lws_sort_dns_scomp()
359 if (!(sa->ifa_flags & IFA_F_TEMPORARY) && in lws_sort_dns_scomp()
360 (sb->ifa_flags & IFA_F_TEMPORARY)) in lws_sort_dns_scomp()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2786 pub const IFA_F_TEMPORARY: u32 = 0x01; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1635 pub const IFA_F_TEMPORARY: u32 = 0x01; consts

Completed in 21 milliseconds