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

  /external/iproute2/include/linux/
if_link.h 138 IFLA_GROUP, /* Group the device belongs to */
  /external/iproute2/ip/
iplink.c 492 addattr_l(&req.n, sizeof(req), IFLA_GROUP,
508 addattr32(&req.n, sizeof(req), IFLA_GROUP, group);
ipaddress.c 390 if (tb[IFLA_GROUP]) {
391 int group = *(int*)RTA_DATA(tb[IFLA_GROUP]);
    [all...]

Completed in 113 milliseconds