Searched refs:ether_type (Results 1 – 9 of 9) sorted by relevance
/external/tcpdump/ |
D | print-ether.c | 90 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 …]
|
D | print-sll.c | 56 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 …]
|
D | print-symantec.c | 43 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()
|
D | print-lane.c | 97 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()
|
D | print-ap1394.c | 89 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()
|
D | ether.h | 50 u_int16_t ether_type; member
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 84 #define h_proto ether_type 100 #define h_proto ether_type
|
/external/dhcpcd/ |
D | bpf.c | 147 hw.ether_type = htons(protocol); in send_raw_packet()
|
/external/libpcap/ |
D | pcap-dos.c | 826 etype = ep->ether_type; in watt32_recv_hook()
|