HomeSort by relevance Sort by last modified time
    Searched full:vlan (Results 151 - 175 of 327) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iproute2/man/man8/
tc-flow.8 58 .BR sk-gid " | " vlan-tag " | " rxhash " }"
219 .B vlan-tag
220 Use the packet's vlan ID as key.
ip-l2tp.8 328 If you are using VLANs, setup a bridge per VLAN and bridge each VLAN
329 over a separate L2TP session. For example, to bridge VLAN ID 5 on eth1
  /external/kernel-headers/original/uapi/linux/
sockios.h 109 #define SIOCGIFVLAN 0x8982 /* 802.1Q VLAN support */
110 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */
if_link.h 331 /* VLAN section */
567 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan
  /external/tcpdump/
print-vqp.c 66 { VQP_OBJ_RESP_VLAN, "Response, VLAN"},
92 { VQP_OBJ_VLAN_NAME, "VLAN Name" },
print-juniper.c 194 { JUNIPER_IFML_VLAN_CCC, "VLAN-CCC" },
195 { JUNIPER_IFML_EXTENDED_VLAN_CCC, "Extended-VLAN-CCC" },
215 { JUNIPER_IFML_VLAN_TCC, "VLAN-TCC" },
216 { JUNIPER_IFML_EXTENDED_VLAN_TCC, "Extended-VLAN-TCC" },
219 { JUNIPER_IFML_ETHERNET_VLAN_VPLS, "VLAN-VPLS" },
220 { JUNIPER_IFML_ETHERNET_EXTENDED_VLAN_VPLS, "Extended-VLAN-VPLS" },
326 { JUNIPER_IFLE_ETHERNET_EXTENDED_VLAN_VPLS, "Extended VLAN VPLS" },
329 { JUNIPER_IFLE_ETHERNET_VLAN_VPLS, "VLAN VPLS" },
331 { JUNIPER_IFLE_EXTENDED_VLAN_CCC, "Extended VLAN CCC" },
332 { JUNIPER_IFLE_EXTENDED_VLAN_TCC, "Extended VLAN TCC" }
    [all...]
  /external/valgrind/docs/internals/
qemu-aarch64-linux-HOWTO.txt 34 -net user,hostfwd=tcp::5555-:22 -device virtio-net-device,vlan=0 \
90 -device virtio-net-device,vlan=0 -kernel boot/vmlinuz-3.16.0-4-arm64 \
  /hardware/qcom/msm8994/original-kernel-headers/linux/
sockios.h 110 #define SIOCGIFVLAN 0x8982 /* 802.1Q VLAN support */
111 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */
  /hardware/qcom/msm8996/original-kernel-headers/linux/
sockios.h 110 #define SIOCGIFVLAN 0x8982 /* 802.1Q VLAN support */
111 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
sockios.h 110 #define SIOCGIFVLAN 0x8982 /* 802.1Q VLAN support */
111 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sockios.h 107 #define SIOCGIFVLAN 0x8982 /* 802.1Q VLAN support */
108 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */
if_link.h 157 /* VLAN section */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sockios.h 109 #define SIOCGIFVLAN 0x8982 /* 802.1Q VLAN support */
110 #define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */
  /external/libpcap/
pcap-filter.manmisc.in 667 True if the packet is an IEEE 802.1Q VLAN packet.
672 the assumption that the packet is a VLAN packet. The \fBvlan
673 \fI[vlan_id]\fR expression may be used more than once, to filter on VLAN
680 \fBvlan 100 && vlan 200\fR
683 filters on VLAN 200 encapsulated within VLAN 100, and
686 \fBvlan && vlan 300 && ip\fR
689 filters IPv4 protocols encapsulated in VLAN 300 encapsulated within any
690 higher order VLAN.
    [all...]
CHANGES 23 Use BPF extensions in compiled filters, fixing VLAN filters
105 Fix addition of VLAN tags for Linux cooked captures
114 Fix handling of VLAN tag insertion to check, on Linux 3.x
115 kernels, for VLAN tag valid flag
147 Support 802.1 QinQ as a form of VLAN in filters.
174 Fix configure-script discovery of VLAN acceleration support.
175 see http://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
270 Install headers unconditionally, and include vlan.h/bluetooth.h if
304 Better support for dealing with VLAN tagging/stripping on Linux
394 "vlan" filter fixe
    [all...]
tokdefs.h 116 VLAN = 326,
238 #define VLAN 326
  /external/iw/
station.c 396 if (strcmp(argv[1], "vlan") == 0)
473 if (strcmp("vlan", argv[0]) != 0)
480 fprintf(stderr, "invalid vlan id\n");
496 COMMAND_ALIAS(station, set, "<MAC address> vlan <ifindex>",
498 "Set an AP VLAN for this station.",
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 715 struct vlan_description *vlan; local
717 vlan = sm->pmksa->vlan_desc;
719 "PMKID found from PMKSA cache eap_type=%d vlan=%d%s",
721 vlan ? vlan->untagged : 0,
722 (vlan && vlan->tagged[0]) ? "+" : "");
ieee802_11_auth.c 212 * @vlan_id: Buffer for returning VLAN ID
243 * @vlan_id: Buffer for returning VLAN ID
598 !hostapd_vlan_valid(hapd->conf->vlan, &cache->vlan_id)) {
602 "Invalid VLAN %d%s received from RADIUS server",
  /external/iproute2/include/linux/
if_link.h 330 /* VLAN section */
569 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan
  /external/iproute2/tipc/
README 12 possible to create a vlan named "help" with the ip tool, but it's impossible
  /external/libnl/include/linux/
if_link.h 157 /* VLAN section */
  /external/libnl/lib/
Makefile.am 49 route/link/api.c route/link/vlan.c \
  /external/wpa_supplicant_8/hostapd/
hostapd.conf     [all...]
config_file.c 40 struct hostapd_vlan *vlan; local
44 wpa_printf(MSG_ERROR, "VLAN file '%s' not readable.", fname);
71 wpa_printf(MSG_ERROR, "Invalid VLAN ID at "
85 wpa_printf(MSG_ERROR, "Invalid VLAN ifname at line %d "
91 vlan = os_zalloc(sizeof(*vlan));
92 if (vlan == NULL) {
94 "VLAN interfaces from '%s'", fname);
99 vlan->vlan_id = vlan_id;
100 vlan->vlan_desc.untagged = vlan_id
    [all...]

Completed in 882 milliseconds

1 2 3 4 5 67 8 91011>>