OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 58 milliseconds