Searched refs:ether_type (Results 1 – 12 of 12) sorted by relevance
/external/tcpdump/ |
D | print-sll.c | 136 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 …]
|
D | print-ether.c | 94 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 …]
|
D | print-symantec.c | 37 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()
|
D | print-ap1394.c | 87 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()
|
D | ether.h | 49 uint16_t ether_type; member
|
/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 | 801 __be16 ether_type; member
|
/external/libpcap/ |
D | pcap-dos.c | 848 etype = ep->ether_type; in watt32_recv_hook()
|
/external/avahi/avahi-autoipd/ |
D | main.c | 737 eh->ether_type = htons(0x0806); in send_packet()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1698 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/ |
D | if-bsd.c | 391 hw.ether_type = htons(protocol); in if_sendrawpacket()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 7872 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()
|