OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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