Home
last modified time | relevance | path

Searched defs:ARPHRD_TUNNEL (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dif_arp.h65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/external/libnl/include/linux-private/linux/
Dif_arp.h65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1275 pub const ARPHRD_TUNNEL: u16 = 768; constant