Home
last modified time | relevance | path

Searched refs:ether_type (Results 1 – 9 of 9) sorted by relevance

/external/tcpdump/
Dprint-ether.c90 if (ntohs(ep->ether_type) <= ETHERMTU) in ether_hdr_print()
94 tok2str(ethertype_values,"Unknown", ntohs(ep->ether_type)), in ether_hdr_print()
95 ntohs(ep->ether_type)); in ether_hdr_print()
97 if (ntohs(ep->ether_type) <= ETHERMTU) in ether_hdr_print()
100 …id)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type))); in ether_hdr_print()
110 u_short ether_type; in ether_print() local
126 ether_type = ntohs(ep->ether_type); in ether_print()
131 if (ether_type <= ETHERMTU) { in ether_print()
142 } else if (ether_encap_print(ether_type, p, length, caplen, in ether_print()
180 ether_encap_print(u_short ether_type, const u_char *p, in ether_encap_print() argument
[all …]
Dprint-sll.c56 u_short ether_type; in sll_print() local
69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print()
71 if (ether_type <= ETHERMTU) { in sll_print()
75 switch (ether_type) { in sll_print()
96 ether_type); in sll_print()
101 tok2str(ethertype_values, "Unknown", ether_type), in sll_print()
102 ether_type); in sll_print()
120 u_short ether_type; in sll_if_print() local
145 ether_type = ntohs(sllp->sll_protocol); in sll_if_print()
151 if (ether_type <= ETHERMTU) { in sll_if_print()
[all …]
Dprint-symantec.c43 u_int16_t ether_type; member
55 etype = ntohs(sp->ether_type); in symantec_hdr_print()
85 u_short ether_type; in symantec_if_print() local
101 ether_type = ntohs(sp->ether_type); in symantec_if_print()
103 if (ether_type <= ETHERMTU) { in symantec_if_print()
110 } else if (ether_encap_print(ether_type, p, length, caplen, in symantec_if_print()
Dprint-lane.c97 u_short ether_type; in lane_print() local
132 ether_type = EXTRACT_16BITS(&ep->h_type); in lane_print()
137 if (ether_type <= ETHERMTU) { in lane_print()
151 } else if (ether_encap_print(ether_type, p, length, caplen, in lane_print()
Dprint-ap1394.c89 u_short ether_type; in ap1394_if_print() local
105 ether_type = ntohs(fp->firewire_type); in ap1394_if_print()
108 if (ether_encap_print(ether_type, p, length, caplen, in ap1394_if_print()
Dether.h50 u_int16_t ether_type; member
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h84 #define h_proto ether_type
100 #define h_proto ether_type
/external/dhcpcd/
Dbpf.c147 hw.ether_type = htons(protocol); in send_raw_packet()
/external/libpcap/
Dpcap-dos.c826 etype = ep->ether_type; in watt32_recv_hook()