HomeSort by relevance Sort by last modified time
    Searched refs:ifla_vlan_flags (Results 1 - 12 of 12) sorted by null

  /external/iproute2/ip/
iplink_vlan.c 79 struct ifla_vlan_flags flags = { 0 };
139 addattr_l(n, 1024, IFLA_VLAN_FLAGS, &flags, sizeof(flags));
178 struct ifla_vlan_flags *flags;
188 if (tb[IFLA_VLAN_FLAGS]) {
189 if (RTA_PAYLOAD(tb[IFLA_VLAN_FLAGS]) < sizeof(*flags))
191 flags = RTA_DATA(tb[IFLA_VLAN_FLAGS]);
  /external/libnl/include/linux/
if_link.h 163 IFLA_VLAN_FLAGS,
171 struct ifla_vlan_flags { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_link.h 163 IFLA_VLAN_FLAGS,
171 struct ifla_vlan_flags { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_link.h 163 IFLA_VLAN_FLAGS,
171 struct ifla_vlan_flags { struct
  /external/libnl/lib/route/link/
vlan.c 66 [IFLA_VLAN_FLAGS] = { .minlen = sizeof(struct ifla_vlan_flags) },
105 if (tb[IFLA_VLAN_FLAGS]) {
106 struct ifla_vlan_flags flags;
107 nla_memcpy(&flags, tb[IFLA_VLAN_FLAGS], sizeof(flags));
271 struct ifla_vlan_flags flags = {
276 NLA_PUT(msg, IFLA_VLAN_FLAGS, sizeof(flags), &flags);
  /external/iproute2/include/linux/
if_link.h 224 IFLA_VLAN_FLAGS,
232 struct ifla_vlan_flags { struct
  /bionic/libc/kernel/uapi/linux/
if_link.h 229 IFLA_VLAN_FLAGS,
237 struct ifla_vlan_flags { struct
  /development/ndk/platforms/android-L/include/linux/
if_link.h 222 IFLA_VLAN_FLAGS,
231 struct ifla_vlan_flags { struct
  /external/kernel-headers/original/uapi/linux/
if_link.h 255 IFLA_VLAN_FLAGS,
264 struct ifla_vlan_flags { struct
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
if_link.h 229 IFLA_VLAN_FLAGS,
237 struct ifla_vlan_flags { struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
if_link.h 229 IFLA_VLAN_FLAGS,
237 struct ifla_vlan_flags { struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
if_link.h 229 IFLA_VLAN_FLAGS,
237 struct ifla_vlan_flags { struct

Completed in 77 milliseconds