OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFAL_LABEL
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/linux/
if_addrlabel.h
26
IFAL_LABEL
= 2,
/external/iproute2/ip/
ipaddrlabel.c
95
if (tb[
IFAL_LABEL
] && RTA_PAYLOAD(tb[
IFAL_LABEL
]) == sizeof(int32_t)) {
97
memcpy(&label, RTA_DATA(tb[
IFAL_LABEL
]), sizeof(label));
185
addattr32(&req.n, sizeof(req),
IFAL_LABEL
, label);
Completed in 1302 milliseconds