HomeSort by relevance Sort by last modified time
    Searched full:greinfo (Results 1 - 1 of 1) sorted by null

  /external/iproute2/ip/
link_gre.c 53 struct rtattr *greinfo[IFLA_GRE_MAX + 1]; local
97 parse_rtattr_nested(greinfo, IFLA_GRE_MAX,
100 if (greinfo[IFLA_GRE_IKEY])
101 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]);
103 if (greinfo[IFLA_GRE_OKEY])
104 okey = rta_getattr_u32(greinfo[IFLA_GRE_OKEY]);
106 if (greinfo[IFLA_GRE_IFLAGS])
107 iflags = rta_getattr_u16(greinfo[IFLA_GRE_IFLAGS]);
109 if (greinfo[IFLA_GRE_OFLAGS])
110 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS])
    [all...]

Completed in 79 milliseconds