HomeSort by relevance Sort by last modified time
    Searched refs:ifla_vlan_flags (Results 1 - 7 of 7) 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]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_link.h 161 IFLA_VLAN_FLAGS,
169 struct ifla_vlan_flags { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 161 IFLA_VLAN_FLAGS,
169 struct ifla_vlan_flags { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 161 IFLA_VLAN_FLAGS,
169 struct ifla_vlan_flags { struct
  /bionic/libc/kernel/common/linux/
if_link.h 182 IFLA_VLAN_FLAGS,
190 struct ifla_vlan_flags { struct
  /external/iproute2/include/linux/
if_link.h 193 IFLA_VLAN_FLAGS,
201 struct ifla_vlan_flags { struct
  /external/kernel-headers/original/linux/
if_link.h 196 IFLA_VLAN_FLAGS,
204 struct ifla_vlan_flags { struct

Completed in 353 milliseconds