Home
last modified time | relevance | path

Searched refs:IPOPT_TS_PRESPEC (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dip.h144 #define IPOPT_TS_PRESPEC 3 /* specified modules only */ macro
/external/iproute2/include/uapi/linux/
Dip.h82 #define IPOPT_TS_PRESPEC 3 /* specified modules only */ macro
/external/kernel-headers/original/uapi/linux/
Dip.h82 #define IPOPT_TS_PRESPEC 3 /* specified modules only */ macro
/external/libnl/include/linux-private/linux/
Dip.h82 #define IPOPT_TS_PRESPEC 3 /* specified modules only */ macro
/external/iputils/
Dclockdiff.c417 if ((opt[3]&0xF) != IPOPT_TS_PRESPEC) { in measure_opt()
633 rspace[3] = IPOPT_TS_PRESPEC; in main()
Dping.c187 ts_type = IPOPT_TS_PRESPEC; in main()
250 if (ts_type != IPOPT_TS_PRESPEC) in main()
511 if (ts_type == IPOPT_TS_PRESPEC) { in main()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1232 pub const IPOPT_TS_PRESPEC: u8 = 3; constant