Home
last modified time | relevance | path

Searched refs:ARPHRD_IP6GRE (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Darp_hardware_types.h426 #if defined(ARPHRD_IP6GRE) || (defined(HAVE_DECL_ARPHRD_IP6GRE) && HAVE_DECL_ARPHRD_IP6GRE)
428 static_assert((ARPHRD_IP6GRE) == (823), "ARPHRD_IP6GRE != 823");
431 # define ARPHRD_IP6GRE 823
535 XLAT(ARPHRD_IP6GRE),
Darp_hardware_types.in62 ARPHRD_IP6GRE 823
/external/iproute2/include/uapi/linux/
Dif_arp.h97 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h97 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/external/iproute2/ip/
Dip6tunnel.c372 if (type != ARPHRD_TUNNEL6 && type != ARPHRD_IP6GRE) in do_tunnels_list()
375 if (type == ARPHRD_IP6GRE) in do_tunnels_list()
/external/strace/
Dsock.c150 [ARPHRD_IP6GRE] = 16 /* sizeof(struct in6_addr) */, in print_ifreq()