Searched refs:ether_type (Results 1 – 11 of 11) sorted by relevance
/external/tcpdump/ |
D | print-sll.c | 137 u_short ether_type; in sll_print() local 150 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print() 152 if (ether_type <= ETHERMTU) { in sll_print() 156 switch (ether_type) { in sll_print() 177 ether_type)); in sll_print() 182 tok2str(ethertype_values, "Unknown", ether_type), in sll_print() 183 ether_type)); in sll_print() 201 u_short ether_type; in sll_if_print() local 228 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_if_print() 235 if (ether_type <= ETHERMTU) { in sll_if_print() [all …]
|
D | print-medsa.c | 50 u_short ether_type; member 145 u_short ether_type; in medsa_print() local 160 ether_type = EXTRACT_16BITS(&medsa->ether_type); in medsa_print() 161 if (ether_type <= ETHERMTU) { in medsa_print() 172 ether_type), in medsa_print() 173 ether_type)); in medsa_print() 174 if (ethertype_print(ndo, ether_type, bp, length, caplen, src, dst) == 0) { in medsa_print() 179 ether_type), in medsa_print() 180 ether_type)); in medsa_print()
|
D | print-symantec.c | 38 uint16_t ether_type; member 50 etype = EXTRACT_16BITS(&sp->ether_type); in symantec_hdr_print() 80 u_short ether_type; in symantec_if_print() local 95 ether_type = EXTRACT_16BITS(&sp->ether_type); in symantec_if_print() 97 if (ether_type <= ETHERMTU) { in symantec_if_print() 104 } else if (ethertype_print(ndo, ether_type, p, length, caplen, NULL, NULL) == 0) { in symantec_if_print()
|
D | print-ap1394.c | 94 u_short ether_type; in ap1394_if_print() local 110 ether_type = EXTRACT_16BITS(&fp->firewire_type); in ap1394_if_print() 115 if (ethertype_print(ndo, ether_type, p, length, caplen, &src, &dst) == 0) { in ap1394_if_print()
|
D | print-ether.c | 326 u_short ether_type, const u_char *p, in ethertype_print() argument 330 switch (ether_type) { in ethertype_print()
|
/external/usrsctp/fuzzer/ |
D | pcap2corpus.c | 94 return (ntohs(ether_hdr->ether_type) == ETHERTYPE_IP); in ethernet_is_ipv4() 103 return (ntohs(ether_hdr->ether_type) == ETHERTYPE_IPV6); in ethernet_is_ipv6()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 911 __be16 ether_type; member
|
/external/libpcap/ |
D | pcap-dos.c | 880 etype = ep->ether_type; in watt32_recv_hook()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 2090 eth->ether_type = htons(ETHERTYPE_IP); in hostapd_ctrl_iface_data_test_tx() 2150 ethertype = ntohs(eth->ether_type); in hostapd_ctrl_iface_data_test_frame()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 3341 eth->ether_type = htons(ETH_P_802_3); in wpa_supplicant_ctrl_iface_mesh_link_probe() 9523 eth->ether_type = htons(ETHERTYPE_IP); in wpas_ctrl_iface_data_test_tx() 9573 ethertype = ntohs(eth->ether_type); in wpas_ctrl_iface_data_test_frame()
|
/external/libabigail/tests/data/test-diff-dwarf-abixml/ |
D | PR25409-librte_bus_dpaa.so.20.0.abi | 4697 …<var-decl name='ether_type' type-id='type-id-4' visibility='default' filepath='../../dpdk/lib/libr…
|