Searched refs:ARPHRD_IPGRE (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/include/uapi/linux/
H A Dif_arp.h75 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_arp.h75 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
/external/libnl/include/linux-private/linux/
H A Dif_arp.h73 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
/external/iproute2/lib/
H A Dll_addr.c37 (type == ARPHRD_TUNNEL || type == ARPHRD_SIT || type == ARPHRD_IPGRE)) {
/external/strace/xlat/
H A Darp_hardware_types.h129 #if defined(ARPHRD_IPGRE) || (defined(HAVE_DECL_ARPHRD_IPGRE) && HAVE_DECL_ARPHRD_IPGRE)
130 XLAT(ARPHRD_IPGRE),
/external/iproute2/ip/
H A Diptunnel.c423 if (type != ARPHRD_TUNNEL && type != ARPHRD_IPGRE && type != ARPHRD_SIT)
/external/libnl/lib/
H A Dutils.c690 __ADD(ARPHRD_IPGRE,gre)
/external/toybox/toys/pending/
H A Dip.c826 {"gre",ARPHRD_IPGRE},
850 iface->ifi_type == ARPHRD_IPGRE)
857 iface->ifi_type == ARPHRD_IPGRE)
2414 ret != ARPHRD_IPGRE) continue;

Completed in 2235 milliseconds