OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifal_index
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/linux/
if_addrlabel.h
21
__u32
ifal_index
; /* Link index */
member in struct:ifaddrlblmsg
/external/iproute2/ip/
ipaddrlabel.c
92
if (ifal->
ifal_index
)
93
fprintf(fp, "dev %s ", ll_index_to_name(ifal->
ifal_index
));
153
req.ifal.
ifal_index
= 0;
166
if ((req.ifal.
ifal_index
= ll_name_to_index(*argv)) == 0)
Completed in 1546 milliseconds