HomeSort by relevance Sort by last modified time
    Searched full:vlan (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_vlan.h 8 #define EBT_VLAN_MATCH "vlan"
11 uint16_t id; /* VLAN ID {1-4095} */
12 uint8_t prio; /* VLAN User Priority {0-7} */
13 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */
ebt_ulog.h 31 * the VLAN header is appended */
  /external/kernel-headers/original/linux/
if_vlan.h 2 * VLAN An implementation of 802.1Q VLAN tagging.
30 * that VLAN requires.
46 __be16 h_vlan_TCI; /* Encapsulates priority and VLAN ID */
58 __be16 h_vlan_TCI; /* Encapsulates priority and VLAN ID */
67 #define VLAN_NAME "vlan"
70 * depends on completely exhausting the VLAN identifier space. Thus
76 int real_dev_ifindex; /* The ifindex of the ethernet(like) device the vlan is attached to. */
91 /* Holds information that makes sense if this device is a VLAN device. */
94 * 3 bits of VLAN QOS tags..
    [all...]
sockios.h 108 #define SIOCGIFVLAN 0x8982 /* 802.1Q VLAN support */
109 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */
  /external/iproute2/include/linux/
if_vlan.h 2 * VLAN An implementation of 802.1Q VLAN tagging.
17 /* VLAN IOCTLs are found in sockios.h */
29 GET_VLAN_REALDEV_NAME_CMD, /* If this works, you know it's a VLAN device, btw */
30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_vlan.h 2 * VLAN An implementation of 802.1Q VLAN tagging.
17 /* VLAN IOCTLs are found in sockios.h */
29 GET_VLAN_REALDEV_NAME_CMD, /* If this works, you know it's a VLAN device, btw */
30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
hdlc.h 17 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */
  /external/qemu/
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...]
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
qemu-options.hx 736 "-net nic[,vlan=n][,macaddr=addr][,model=type][,name=str]\n"
737 " create a new Network Interface Card and connect it to VLAN 'n'\n"
739 "-net user[,vlan=n][,name=str][,hostname=host]\n"
740 " connect the user mode network stack to VLAN 'n' and send\n"
744 "-net tap[,vlan=n][,name=str],ifname=name\n"
745 " connect the host TAP network interface to VLAN 'n'\n"
747 "-net tap[,vlan=n][,name=str][,fd=h][,ifname=name][,script=file][,downscript=dfile]\n"
748 " connect the host TAP network interface to VLAN 'n' and use the\n"
754 "-net socket[,vlan=n][,name=str][,fd=h][,listen=[host]:port][,connect=host:port]\n"
755 " connect the vlan 'n' to another VLAN using a socket connection\n
    [all...]
  /bionic/libc/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [all...]
  /development/ndk/platforms/android-3/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/
if_ether.h 58 #define ETHER_VLAN_ENCAP_LEN 4 /* length of 802.1Q VLAN encapsulation */
143 #define ETHERCAP_VLAN_MTU 0x00000001 /* VLAN-compatible MTU */
144 #define ETHERCAP_VLAN_HWTAGGING 0x00000002 /* hardware VLAN tag support */
160 * Ethernet 802.1Q VLAN structures.
163 /* add VLAN tag to input/received packet */
170 printf("%s: unable to allocate VLAN tag\n", \
179 /* extract VLAN tag from output/trasmit packet */
183 /* extract VLAN ID value from a VLAN tag */
187 /* test if any VLAN is configured for this interface *
    [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...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
vlan.h 2 * 802.1Q VLAN protocol definitions
24 * $Id: vlan.h,v 9.4.196.2 2008/12/07 21:19:20 Exp $
  /external/iproute2/ip/
iplink_vlan.c 2 * iplink_vlan.c VLAN device support
24 "Usage: ... vlan id VLANID [ FLAG-LIST ]\n"
121 fprintf(stderr, "vlan: what is \"%s\"?\n", *argv);
190 .id = "vlan",
  /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/tcpdump/
print-cdp.c 58 { 0x0a, "Native VLAN ID"},
60 { 0x0e, "ATA-186 VoIP VLAN request"},
61 { 0x0f, "ATA-186 VoIP VLAN assignment"},
170 case 0x0a: /* Native VLAN ID - not documented */
180 case 0x0e: /* ATA-186 VoIP VLAN request - incomplete doc. */
181 printf("app %d, vlan %d",
184 case 0x10: /* ATA-186 VoIP VLAN assignment - incomplete doc. */
l2vpn.c 35 { 0x04, "Ethernet VLAN"},

Completed in 433 milliseconds

1 2 3 4