HomeSort by relevance Sort by last modified time
    Searched refs:IFLA_GRE_OFLAGS (Results 26 - 26 of 26) sorted by null

12

  /external/iproute2/ip/
link_gre6.c 128 if (greinfo[IFLA_GRE_OFLAGS])
129 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]);
285 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2);
371 if (tb[IFLA_GRE_OFLAGS])
372 oflags = rta_getattr_u16(tb[IFLA_GRE_OFLAGS]);

Completed in 121 milliseconds

12