Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Dip.h57 #define IPOPT_NOOP (1 |IPOPT_CONTROL) macro
/external/iproute2/include/uapi/linux/
Dip.h57 #define IPOPT_NOOP (1 |IPOPT_CONTROL) macro
/external/kernel-headers/original/uapi/linux/
Dip.h57 #define IPOPT_NOOP (1 |IPOPT_CONTROL) macro
/external/musl/include/netinet/
Dip.h154 #define IPOPT_NOOP IPOPT_NOP macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1280 pub const IPOPT_NOOP: u8 = 1 | IPOPT_CONTROL; constant