Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dif_arp.h75 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h75 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
/external/libnl/include/linux-private/linux/
Dif_arp.h75 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1285 pub const ARPHRD_IPGRE: u16 = 778; constant