OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFAL_LABEL
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/kernel/uapi/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/development/ndk/platforms/android-L/include/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/external/iproute2/include/linux/
if_addrlabel.h
26
IFAL_LABEL
= 2,
/external/kernel-headers/original/uapi/linux/
if_addrlabel.h
26
IFAL_LABEL
= 2,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_addrlabel.h
28
IFAL_LABEL
= 2,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_addrlabel.h
28
IFAL_LABEL
= 2,
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
if_addrlabel.h
35
IFAL_LABEL
= 2,
/external/iproute2/ip/
ipaddrlabel.c
89
if (tb[
IFAL_LABEL
] && RTA_PAYLOAD(tb[
IFAL_LABEL
]) == sizeof(int32_t)) {
91
memcpy(&label, RTA_DATA(tb[
IFAL_LABEL
]), sizeof(label));
179
addattr32(&req.n, sizeof(req),
IFAL_LABEL
, label);
Completed in 77 milliseconds