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

  /external/qemu/
net-android.c 320 VLANState *vlan; local
324 for (vlan = first_vlan; vlan; vlan = vlan->next) {
327 for (vc = vlan->first_client; vc; vc = vc->next)
337 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
358 vc->vlan = vlan;
361 pvc = &vlan->first_client
401 VLANState *vlan = sender->vlan; local
1574 VLANState *vlan; member in struct:NetSocketListenState
2088 VLANState **pvlan, *vlan; local
2154 VLANState *vlan; local
2480 VLANState *vlan; local
2524 VLANState *vlan; local
2536 VLANState *vlan; local
2566 VLANState *vlan; local
2584 VLANState *vlan; local
    [all...]
net.c 315 VLANState *vlan; local
319 for (vlan = first_vlan; vlan; vlan = vlan->next) {
322 for (vc = vlan->first_client; vc; vc = vc->next)
332 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
353 vc->vlan = vlan;
356 pvc = &vlan->first_client
396 VLANState *vlan = sender->vlan; local
1489 VLANState *vlan; member in struct:NetSocketListenState
2026 VLANState **pvlan, *vlan; local
2092 VLANState *vlan; local
2418 VLANState *vlan; local
2462 VLANState *vlan; local
2474 VLANState *vlan; local
2504 VLANState *vlan; local
2522 VLANState *vlan; local
    [all...]
net.h 27 struct VLANState *vlan; member in struct:VLANClientState
55 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
64 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque);
91 VLANState *vlan; member in struct:NICInfo
vl-android.c 2014 struct bt_vlan_s **pvlan, *vlan; local
2055 struct bt_scatternet_s *vlan = 0; local
2111 struct bt_scatternet_s *vlan = qemu_find_bt_vlan(vlan_id); local
2122 struct bt_scatternet_s *vlan; local
2154 int vlan; local
    [all...]
vl.c 1885 struct bt_vlan_s **pvlan, *vlan; local
1926 struct bt_scatternet_s *vlan = 0; local
1982 struct bt_scatternet_s *vlan = qemu_find_bt_vlan(vlan_id); local
1993 struct bt_scatternet_s *vlan; local
2025 int vlan; local
    [all...]
sysemu.h 90 int tap_win32_init(VLANState *vlan, const char *model,
tap-win32.c 674 int tap_win32_init(VLANState *vlan, const char *model,
687 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
savevm.c 123 VLANState *vlan; local
133 vlan = nd_table[i].vlan;
134 for(vc = vlan->first_client; vc != NULL; vc = vc->next) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
link_test.c 80 const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan, int vlan_id)
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 45 #define ROBO_VLAN_PAGE 0x34 /* VLAN page */
54 /* VLAN page registers */
55 #define ROBO_VLAN_ACCESS 0x08 /* VLAN table access register */
56 #define ROBO_VLAN_ACCESS_5350 0x06 /* VLAN table access register (5350) */
57 #define ROBO_VLAN_READ 0x0c /* VLAN read register */
354 u16 vlan = 0, _read[2]; local
364 /* find the '.' seperating <interface> and <vlan> */
367 wpa_printf(MSG_INFO, "%s: No <interface>.<vlan> pair in "
375 wpa_printf(MSG_INFO, "%s: Invalid vlan specification "
380 vlan *= 10
    [all...]
  /external/qemu/hw/
android_arm.c 101 if (nd_table[i].vlan) {
qdev.c 265 return qemu_new_vlan_client(nd->vlan, nd->model, nd->name, can_receive,
  /external/libpcap/
scanner.l 264 vlan return VLAN;
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 45 #include <proto/vlan.h>
903 * Also updates the inplace vlan tag if requested.
935 /* DSCP priority gets precedence over 802.1P (vlan tag) */
944 * If the DSCP priority is not the same as the VLAN priority,
945 * then overwrite the priority field in the vlan tag, with the
947 * the VLAN driver on Linux, overwrites the skb->priority field
948 * with the priority value in the vlan tag
    [all...]

Completed in 1244 milliseconds