HomeSort by relevance Sort by last modified time
    Searched refs:IFLA_GRE_TTL (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
link_gre.c 122 if (greinfo[IFLA_GRE_TTL])
123 ttl = *(__u8 *)RTA_DATA(greinfo[IFLA_GRE_TTL]);
263 addattr_l(n, 1024, IFLA_GRE_TTL, &ttl, 1);
309 if (tb[IFLA_GRE_TTL] && *(__u8 *)RTA_DATA(tb[IFLA_GRE_TTL]))
310 fprintf(f, "ttl %d ", *(__u8 *)RTA_DATA(tb[IFLA_GRE_TTL]));
  /external/iproute2/include/linux/
if_tunnel.h 71 IFLA_GRE_TTL,

Completed in 40 milliseconds