Home
last modified time | relevance | path

Searched defs:IPOPT_TS_TSONLY (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dip.h142 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/kernel-headers/original/uapi/linux/
Dip.h80 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/libnl/include/linux-private/linux/
Dip.h80 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/iproute2/include/uapi/linux/
Dip.h80 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1230 pub const IPOPT_TS_TSONLY: u8 = 0; constant