Searched refs:ether_type (Results 1 – 10 of 10) sorted by relevance
/external/tcpdump/ |
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 = EXTRACT_16BITS(&sllp->sll_protocol); in sll_if_print() 152 if (ether_type <= ETHERMTU) { in sll_if_print() [all …]
|
D | print-ether.c | 99 u_int16_t ether_type; in ether_hdr_print() local 107 ether_type = EXTRACT_16BITS(&ep->ether_type); in ether_hdr_print() 109 if (ether_type <= ETHERMTU) in ether_hdr_print() 113 tok2str(ethertype_values,"Unknown", ether_type), in ether_hdr_print() 114 ether_type)); in ether_hdr_print() 116 if (ether_type <= ETHERMTU) in ether_hdr_print() 119 … (void)ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type))); in ether_hdr_print() 138 u_short ether_type; in ether_print() local 158 ether_type = EXTRACT_16BITS(&ep->ether_type); in ether_print() 164 if (ether_type <= ETHERMTU) { in ether_print() [all …]
|
D | print-symantec.c | 44 u_int16_t ether_type; member 56 etype = EXTRACT_16BITS(&sp->ether_type); in symantec_hdr_print() 86 u_short ether_type; in symantec_if_print() local 101 ether_type = EXTRACT_16BITS(&sp->ether_type); in symantec_if_print() 103 if (ether_type <= ETHERMTU) { in symantec_if_print() 110 } else if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) { in symantec_if_print()
|
D | print-ap1394.c | 93 u_short ether_type; in ap1394_if_print() local 108 ether_type = EXTRACT_16BITS(&fp->firewire_type); in ap1394_if_print() 109 if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) { 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/dnsmasq/src/ |
D | bpf.c | 188 ether.ether_type = htons(ETHERTYPE_IP); in send_via_bpf()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 717 __be16 ether_type; member
|
/external/libpcap/ |
D | pcap-dos.c | 850 etype = ep->ether_type; in watt32_recv_hook()
|