Searched refs:IFLA_GROUP (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/linux/
H A Dif_link.h138 IFLA_GROUP, /* Group the device belongs to */ enumerator in enum:__anon22277
/external/kernel-headers/original/uapi/linux/
H A Dif_link.h138 IFLA_GROUP, /* Group the device belongs to */ enumerator in enum:__anon23049
/external/iproute2/ip/
H A Diplink.c492 addattr_l(&req.n, sizeof(req), IFLA_GROUP,
508 addattr32(&req.n, sizeof(req), IFLA_GROUP, group);
H A Dipaddress.c390 if (tb[IFLA_GROUP]) {
391 int group = *(int*)RTA_DATA(tb[IFLA_GROUP]);

Completed in 606 milliseconds