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

  /external/iproute2/ip/
iplink_vlan.c 78 struct ifla_vlan_flags flags = { 0 };
129 addattr_l(n, 1024, IFLA_VLAN_FLAGS, &flags, sizeof(flags));
167 struct ifla_vlan_flags *flags;
177 if (tb[IFLA_VLAN_FLAGS]) {
178 if (RTA_PAYLOAD(tb[IFLA_VLAN_FLAGS]) < sizeof(*flags))
180 flags = RTA_DATA(tb[IFLA_VLAN_FLAGS]);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 135 IFLA_VLAN_FLAGS,
143 struct ifla_vlan_flags { struct
  /external/iproute2/include/linux/
if_link.h 163 IFLA_VLAN_FLAGS,
171 struct ifla_vlan_flags { struct
  /external/kernel-headers/original/linux/
if_link.h 165 IFLA_VLAN_FLAGS,
173 struct ifla_vlan_flags { struct

Completed in 156 milliseconds