Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sll.c136 u_short ether_type; in sll_print() local
149 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print()
151 if (ether_type <= ETHERMTU) { in sll_print()
155 switch (ether_type) { in sll_print()
176 ether_type)); in sll_print()
181 tok2str(ethertype_values, "Unknown", ether_type), in sll_print()
182 ether_type)); in sll_print()
200 u_short ether_type; in sll_if_print() local
225 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_if_print()
232 if (ether_type <= ETHERMTU) { in sll_if_print()
[all …]
Dprint-ether.c94 uint16_t ether_type; in ether_hdr_print() local
102 ether_type = EXTRACT_16BITS(&ep->ether_type); in ether_hdr_print()
104 if (ether_type <= ETHERMTU) in ether_hdr_print()
108 tok2str(ethertype_values,"Unknown", ether_type), in ether_hdr_print()
109 ether_type)); in ether_hdr_print()
111 if (ether_type <= ETHERMTU) in ether_hdr_print()
114 … ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type))); in ether_hdr_print()
133 u_short ether_type; in ether_print() local
153 ether_type = EXTRACT_16BITS(&ep->ether_type); in ether_print()
159 if (ether_type <= ETHERMTU) { in ether_print()
[all …]
Dprint-symantec.c37 uint16_t ether_type; member
49 etype = EXTRACT_16BITS(&sp->ether_type); in symantec_hdr_print()
79 u_short ether_type; in symantec_if_print() local
94 ether_type = EXTRACT_16BITS(&sp->ether_type); in symantec_if_print()
96 if (ether_type <= ETHERMTU) { in symantec_if_print()
103 } else if (ethertype_print(ndo, ether_type, p, length, caplen) == 0) { in symantec_if_print()
Dprint-ap1394.c87 u_short ether_type; in ap1394_if_print() local
102 ether_type = EXTRACT_16BITS(&fp->firewire_type); in ap1394_if_print()
103 if (ethertype_print(ndo, ether_type, p, length, caplen) == 0) { in ap1394_if_print()
Dether.h49 uint16_t ether_type; member
/external/dnsmasq/src/
Dbpf.c188 ether.ether_type = htons(ETHERTYPE_IP); in send_via_bpf()
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h801 __be16 ether_type; member
/external/libpcap/
Dpcap-dos.c848 etype = ep->ether_type; in watt32_recv_hook()
/external/avahi/avahi-autoipd/
Dmain.c737 eh->ether_type = htons(0x0806); in send_packet()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1698 eth->ether_type = htons(ETHERTYPE_IP); in hostapd_ctrl_iface_data_test_tx()
1758 ethertype = ntohs(eth->ether_type); in hostapd_ctrl_iface_data_test_frame()
/external/dhcpcd-6.8.2/
Dif-bsd.c391 hw.ether_type = htons(protocol); in if_sendrawpacket()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c7872 eth->ether_type = htons(ETHERTYPE_IP); in wpas_ctrl_iface_data_test_tx()
7922 ethertype = ntohs(eth->ether_type); in wpas_ctrl_iface_data_test_frame()