Home
last modified time | relevance | path

Searched refs:vlan0 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/netbsd-tests/net/if_vlan/
H A Dt_vlan.sh51 atf_check -s exit:0 rump.ifconfig vlan0 create
52 atf_check -s exit:0 rump.ifconfig vlan0 up
53 atf_check -s exit:0 rump.ifconfig vlan0 down
54 atf_check -s exit:0 rump.ifconfig vlan0 destroy
86 atf_check -s exit:0 rump.ifconfig vlan0 create
87 atf_check -s exit:0 rump.ifconfig vlan0 vlan 10 vlanif shmif0
88 atf_check -s exit:0 rump.ifconfig vlan0 $IP_LOCAL/24
89 atf_check -s exit:0 rump.ifconfig vlan0 up
93 atf_check -s exit:0 rump.ifconfig vlan0 create
94 atf_check -s exit:0 rump.ifconfig vlan0 vlan 10 vlanif shmif0
[all …]
/freebsd/contrib/netbsd-tests/ipf/input/
H A Dn161 [in,vlan0]
30 [out,vlan0]
/freebsd/sbin/dhclient/tests/
H A Dpcp.sh137 ngctl mkpeer ${epair}a:lower. eiface vlan0 ether
140 ngiface=$(ngctl show ${epair}a:lower.vlan0 | head -n 1 | awk '{ print $2}')
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Dn161 rdr vlan0 from any to 69.248.79.193 port = 38136 -> 172.31.83.24 port 2013 udp
H A Dn16_61 rdr vlan0 from any to 69.248.79.193 port = 38136 -> 172.31.83.24 port 2013 udp
/freebsd/tests/sys/net/
H A Dif_vlan.sh20 vlan0=$(jexec alcatraz ifconfig vlan create vlandev ${epair_vlan}a \
23 jexec alcatraz ifconfig ${vlan0} 10.0.0.1/24 up
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dn1610 rdr vlan0 from 0/0 to 69.248.79.193/32 port = 38136 -> 172.31.83.24/32 port 2013 udp
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1595 static bool check_conflicting_actions_vlan(const struct mlx5_fs_vlan *vlan0, 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()