Home
last modified time | relevance | path

Searched refs:vlan1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/tests/sys/net/
H A Dif_vlan.sh25 vlan1=$(jexec singsing ifconfig vlan create)
29 jexec singsing ifconfig ${vlan1} vlandev ${epair_vlan}b vlan 42
32 jexec singsing ifconfig ${vlan1} 10.0.0.2/24 up
38 jexec singsing ifconfig ${vlan1} vlandev ${epair_vlan}b vlan 43
44 jexec singsing ifconfig ${vlan1} vlan 42 vlandev ${epair_vlan}b
241 vlan1=$(ifconfig vlan create)
242 ifconfig $vlan1 vlan 1 vlandev ${epair}a
244 ifconfig $vlan2 vlan 2 vlandev $vlan1
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.vlan2 1 vlan1
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1596 const struct mlx5_fs_vlan *vlan1) in check_conflicting_actions_vlan() argument
1598 return vlan0->ethtype != vlan1->ethtype || in check_conflicting_actions_vlan()
1599 vlan0->vid != vlan1->vid || in check_conflicting_actions_vlan()
1600 vlan0->prio != vlan1->prio; in check_conflicting_actions_vlan()