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

  /bionic/libc/kernel/uapi/linux/
if_vlan.h 37 VLAN_FLAG_MVRP = 0x8,
  /external/iproute2/include/uapi/linux/
if_vlan.h 38 VLAN_FLAG_MVRP = 0x8,
  /external/kernel-headers/original/uapi/linux/
if_vlan.h 38 VLAN_FLAG_MVRP = 0x8,
  /external/iproute2/ip/
iplink_vlan.c 122 flags.mask |= VLAN_FLAG_MVRP;
124 flags.flags |= VLAN_FLAG_MVRP;
126 flags.flags &= ~VLAN_FLAG_MVRP;

Completed in 6656 milliseconds