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

  /external/qemu/
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
savevm.c 123 VLANState *vlan; local
133 vlan = nd_table[i].vlan;
134 for(vc = vlan->first_client; vc != NULL; vc = vc->next) {
    [all...]
net-android.c 344 VLANState *vlan; local
348 for (vlan = first_vlan; vlan; vlan = vlan->next) {
351 for (vc = vlan->first_client; vc; vc = vc->next)
361 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
382 vc->vlan = vlan;
385 pvc = &vlan->first_client
425 VLANState *vlan = sender->vlan; local
1613 VLANState *vlan; member in struct:NetSocketListenState
2126 VLANState **pvlan, *vlan; local
2192 VLANState *vlan; local
2518 VLANState *vlan; local
2562 VLANState *vlan; local
2574 VLANState *vlan; local
2604 VLANState *vlan; local
2622 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...]
vl-android.c 1843 struct bt_vlan_s **pvlan, *vlan; local
1884 struct bt_scatternet_s *vlan = 0; local
1940 struct bt_scatternet_s *vlan = qemu_find_bt_vlan(vlan_id); local
1951 struct bt_scatternet_s *vlan; local
1983 int vlan; local
    [all...]
vl.c 1922 struct bt_vlan_s **pvlan, *vlan; local
1963 struct bt_scatternet_s *vlan = 0; local
2019 struct bt_scatternet_s *vlan = qemu_find_bt_vlan(vlan_id); local
2030 struct bt_scatternet_s *vlan; local
2062 int vlan; local
    [all...]
  /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...]

Completed in 310 milliseconds