/external/tcpdump/tests/ |
D | QinQpacket.out | 1 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, et… 2 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 3 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 4 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, et… 5 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 6 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 7 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… 8 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… 9 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… 10 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… [all …]
|
D | QinQpacketv.out | 1 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, et… 2 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 15 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 28 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, et… 29 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 42 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e… 55 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… 68 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… 81 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… 94 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e… [all …]
|
/external/libpcap/msdos/ |
D | makefile | 130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \ 134 pcap-namedb.h ethertype.h 170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \ 174 pcap-namedb.h ethertype.h
|
D | makefile.dj | 129 pcap-bpf.h ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h \ 132 pcap-namedb.h ethertype.h
|
/external/kernel-headers/original/uapi/linux/ |
D | if_fc.h | 48 __be16 ethertype; /* ether type field */ member
|
D | if_fddi.h | 90 __be16 ethertype; /* packet type ID field */ member
|
D | if_hippi.h | 144 __be16 ethertype; /* packet type ID field */ member
|
/external/wpa_supplicant_8/src/common/ |
D | eapol_common.h | 28 u16 ethertype; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 37 u16 ethertype; member 132 switch (ntohs(hdr->ethertype)) { in handle_data() 147 ntohs(hdr->ethertype)); in handle_data() 340 hdr->ethertype = htons(ETH_P_PAE); in wired_send_eapol()
|
D | driver_hostap.c | 62 u16 fc, ethertype; in handle_data() local 104 ethertype = WPA_GET_BE16(pos); in handle_data() 107 switch (ethertype) { in handle_data() 113 printf("Unknown ethertype 0x%04x in data frame\n", ethertype); in handle_data()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1667 u16 ethertype; in hostapd_ctrl_iface_data_test_frame() local 1693 ethertype = ntohs(eth->ether_type); in hostapd_ctrl_iface_data_test_frame() 1695 l2 = l2_packet_init(ifname, hapd->own_addr, ethertype, in hostapd_ctrl_iface_data_test_frame() 1700 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_frame()
|
/external/tcpdump/ |
D | Makefile.in | 134 ethertype.h \
|
D | INSTALL.txt | 81 ethertype.h - Ethernet type value definitions
|
D | CHANGES | 172 Add support for Transparent Ethernet Bridge ethertype in GRE
|
/external/libpcap/ |
D | Makefile.in | 119 ethertype.h \
|
D | INSTALL.txt | 331 ethertype.h - Ethernet protocol types and names definitions
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.c | 2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL); in ieee802_1x_kay_encode_mkpdu() 3109 if (ntohs(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 7494 u16 ethertype; in wpas_ctrl_iface_data_test_frame() local 7510 ethertype = ntohs(eth->ether_type); in wpas_ctrl_iface_data_test_frame() 7512 l2 = l2_packet_init(wpa_s->ifname, wpa_s->own_addr, ethertype, in wpas_ctrl_iface_data_test_frame() 7517 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_iface_data_test_frame()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 505 mDNSOpaque16 ethertype;
|
D | mDNS.c | 10486 …if (end >= p+42 && mDNSSameOpaque16(eth->ethertype, Ethertype_ARP) && mDNSSameOpaque16(pkt->arp.hr… in mDNSCoreReceiveRawPacket() 10489 …else if (end >= p+34 && mDNSSameOpaque16(eth->ethertype, Ethertype_IPv4) && (pkt->v4.flagsfrags.b[… in mDNSCoreReceiveRawPacket() 10499 else if (end >= p+54 && mDNSSameOpaque16(eth->ethertype, Ethertype_IPv6)) in mDNSCoreReceiveRawPacket()
|