Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMPING_PKTINFO (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dscmvals.h72 #ifndef SCM_TIMESTAMPING_PKTINFO
74 # define SCM_TIMESTAMPING_PKTINFO 0x4033 macro
76 # define SCM_TIMESTAMPING_PKTINFO 0x003c
78 # define SCM_TIMESTAMPING_PKTINFO 58
161 #ifndef SCM_TIMESTAMPING_PKTINFO
163 # define SCM_TIMESTAMPING_PKTINFO 0x4033
165 # define SCM_TIMESTAMPING_PKTINFO 0x003c
167 # define SCM_TIMESTAMPING_PKTINFO 58
170 #if defined(SCM_TIMESTAMPING_PKTINFO) || (defined(HAVE_DECL_SCM_TIMESTAMPING_PKTINFO) && HAVE_DECL_…
171 XLAT(SCM_TIMESTAMPING_PKTINFO),
Dscmvals.in60 #ifndef SCM_TIMESTAMPING_PKTINFO
62 # define SCM_TIMESTAMPING_PKTINFO 0x4033
64 # define SCM_TIMESTAMPING_PKTINFO 0x003c
66 # define SCM_TIMESTAMPING_PKTINFO 58
69 SCM_TIMESTAMPING_PKTINFO
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h98 #define SCM_TIMESTAMPING_PKTINFO 58 macro
/external/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs61 pub const SCM_TIMESTAMPING_PKTINFO: ::c_int = 0x003c; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs69 pub const SCM_TIMESTAMPING_PKTINFO: ::c_int = 58; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs73 pub const SCM_TIMESTAMPING_PKTINFO: ::c_int = 58; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs73 pub const SCM_TIMESTAMPING_PKTINFO: ::c_int = 58; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c4195 #ifdef SCM_TIMESTAMPING_PKTINFO
4196 { "SCM_TIMESTAMPING_PKTINFO", (unsigned long) SCM_TIMESTAMPING_PKTINFO },
/external/crosvm/net_sys/src/
Diff.rs348 pub const SCM_TIMESTAMPING_PKTINFO: u32 = 58; constant
/external/strace/
DChangeLog13970 * xlat/scmvals.in: Add SCM_TIMESTAMPING_PKTINFO introduced