Lines Matching full:vlan
32 PR_WARNING("Cannot delete VLAN tag %d from " in iface_vlan_del_cb()
42 PR("VLAN tag %d removed from interface %d (%p)\n", vlan_tag, in iface_vlan_del_cb()
86 PR_INFO("Set %s to enable %s support.\n", "CONFIG_NET_VLAN", "VLAN"); in cmd_net_vlan()
102 /* vlan add <tag> <interface index> */ in cmd_net_vlan_add()
104 PR_WARNING("VLAN tag missing.\n"); in cmd_net_vlan_add()
144 PR_WARNING("Cannot set VLAN tag (%d)\n", ret); in cmd_net_vlan_add()
151 PR("VLAN tag %d set to interface %d (%p)\n", tag, in cmd_net_vlan_add()
160 PR_INFO("Set %s to enable %s support.\n", "CONFIG_NET_VLAN", "VLAN"); in cmd_net_vlan_add()
174 /* vlan del <tag> */ in cmd_net_vlan_del()
176 PR_WARNING("VLAN tag missing.\n"); in cmd_net_vlan_del()
197 PR_INFO("Set %s to enable %s support.\n", "CONFIG_NET_VLAN", "VLAN"); in cmd_net_vlan_del()
205 "'net vlan add <tag> <index>' adds VLAN tag to the "
209 "'net vlan del <tag>' deletes VLAN tag from the network "
215 SHELL_SUBCMD_ADD((net), vlan, &net_cmd_vlan,
216 "Show VLAN information.",