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

  /external/tcpdump/
print-sll.c 56 u_short ether_type; local
69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
71 if (ether_type <= ETHERMTU) {
75 switch (ether_type) {
96 ether_type);
101 tok2str(ethertype_values, "Unknown", ether_type),
102 ether_type);
120 u_short ether_type; local
145 ether_type = ntohs(sllp->sll_protocol);
151 if (ether_type <= ETHERMTU)
    [all...]
ether.h 50 u_int16_t ether_type; member in struct:ether_header
print-symantec.c 43 u_int16_t ether_type; member in struct:symantec_header
55 etype = ntohs(sp->ether_type);
85 u_short ether_type; local
101 ether_type = ntohs(sp->ether_type);
103 if (ether_type <= ETHERMTU) {
104 /* ether_type not known, print raw packet */
110 } else if (ether_encap_print(ether_type, p, length, caplen,
112 /* ether_type not known, print raw packet */
print-ether.c 90 if (ntohs(ep->ether_type) <= ETHERMTU)
94 tok2str(ethertype_values,"Unknown", ntohs(ep->ether_type)),
95 ntohs(ep->ether_type));
97 if (ntohs(ep->ether_type) <= ETHERMTU)
100 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type)));
110 u_short ether_type; local
126 ether_type = ntohs(ep->ether_type);
131 if (ether_type <= ETHERMTU) {
135 /* ether_type not known, print raw packet *
    [all...]
print-ap1394.c 89 u_short ether_type; local
105 ether_type = ntohs(fp->firewire_type);
108 if (ether_encap_print(ether_type, p, length, caplen,
110 /* ether_type not known, print raw packet */
print-lane.c 97 u_short ether_type; local
132 ether_type = EXTRACT_16BITS(&ep->h_type);
137 if (ether_type <= ETHERMTU) {
141 /* ether_type not known, print raw packet */
151 } else if (ether_encap_print(ether_type, p, length, caplen,
153 /* ether_type not known, print raw packet */
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
vlan.h 54 uint16 ether_type; member in struct:ethervlan_header
ethernet.h 93 uint16 ether_type; member in struct:ether_header
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 84 #define h_proto ether_type
100 #define h_proto ether_type
  /bionic/libc/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /external/dhcpcd/
bpf.c 147 hw.ether_type = htons(protocol);
  /external/dnsmasq/src/
bpf.c 188 ether.ether_type = htons(ETHERTYPE_IP);
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 920 if (ntoh16(eh->ether_type) == ETHER_TYPE_8021Q) {
929 if (ntoh16(evh->ether_type) == ETHER_TYPE_IP) {
956 } else if (ntoh16(eh->ether_type) == ETHER_TYPE_IP) {
    [all...]
  /external/libpcap/
pcap-dos.c 826 etype = ep->ether_type;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 913 if (ntoh16(eh->ether_type) == ETHER_TYPE_802_1X)
1131 type = ntoh16(eh->ether_type);
    [all...]

Completed in 366 milliseconds