Home
last modified time | relevance | path

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

/external/tcpdump/
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 = EXTRACT_16BITS(&sllp->sll_protocol); in sll_if_print()
152 if (ether_type <= ETHERMTU) { in sll_if_print()
[all …]
Dprint-ether.c99 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 …]
Dprint-symantec.c44 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()
Dprint-ap1394.c93 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()
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/dnsmasq/src/
Dbpf.c188 ether.ether_type = htons(ETHERTYPE_IP); in send_via_bpf()
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h717 __be16 ether_type; member
/external/libpcap/
Dpcap-dos.c850 etype = ep->ether_type; in watt32_recv_hook()