| /linux/net/bridge/netfilter/ |
| H A D | ebt_arpreply.c | 55 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg() 69 if (e->ethproto != htons(ETH_P_ARP) || in ebt_arpreply_tg_check()
|
| H A D | ebt_among.c | 81 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_dst() 112 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_src()
|
| H A D | ebt_snat.c | 30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
|
| H A D | ebt_arp.c | 106 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()
|
| H A D | ebt_log.c | 139 ((eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) || in ebt_log_packet()
|
| /linux/net/802/ |
| H A D | fddi.c | 55 if(type != ETH_P_IP && type != ETH_P_IPV6 && type != ETH_P_ARP) in fddi_header() 59 if(type == ETH_P_IP || type == ETH_P_IPV6 || type == ETH_P_ARP) in fddi_header()
|
| H A D | fc.c | 43 if (type == ETH_P_IP || type == ETH_P_ARP) in fc_header()
|
| /linux/samples/bpf/ |
| H A D | net_shared.h | 14 #define ETH_P_ARP 0x0806 macro
|
| H A D | xdp_router_ipv4.bpf.c | 105 case ETH_P_ARP: in xdp_router_ipv4_prog()
|
| /linux/drivers/net/arcnet/ |
| H A D | rfc1051.c | 110 return htons(ETH_P_ARP); in type_trans() 174 case ETH_P_ARP: in build_header()
|
| H A D | rfc1201.c | 116 return htons(ETH_P_ARP); in type_trans() 394 case ETH_P_ARP: in build_header()
|
| /linux/net/ipv4/ |
| H A D | arp.c | 392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 569 skb->protocol = htons(ETH_P_ARP); in arp_create() 835 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process() 855 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 876 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 1376 .type = cpu_to_be16(ETH_P_ARP),
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_selftest.c | 70 ethh->h_proto = htons(ETH_P_ARP); in mlx4_en_test_loopback_xmit()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_tc_flower.c | 17 case ETH_P_ARP: in lan966x_tc_is_known_etype() 26 case ETH_P_ARP: in lan966x_tc_is_known_etype()
|
| /linux/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 57 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send() 62 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
|
| H A D | br_input.c | 170 (skb->protocol == htons(ETH_P_ARP) || in br_handle_frame_finish()
|
| H A D | br_device.c | 73 (eth_hdr(skb)->h_proto == htons(ETH_P_ARP) || in br_dev_xmit()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_rx.c | 33 case ETH_P_ARP: in mwifiex_discard_gratuitous_arp()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | net.c | 312 case htons(ETH_P_ARP): in iwl_mei_rx_pass_to_csme()
|
| /linux/drivers/net/usb/ |
| H A D | lg-vl600.c | 176 if (be16_to_cpup(ðhdr->h_proto) == ETH_P_ARP && in vl600_rx_fixup()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | pm.c | 72 .type = __cpu_to_le16(ETH_P_ARP),
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_tc.c | 337 if (st->l3_proto == ETH_P_ARP) { in vcap_tc_flower_handler_arp_usage()
|
| /linux/net/batman-adv/ |
| H A D | distributed-arp-table.c | 1003 if (ethhdr->h_proto != htons(ETH_P_ARP)) in batadv_arp_get_type() 1101 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface, in batadv_dat_arp_create_reply()
|
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 93 s->proto_filter[0].end = ETH_P_ARP; in bnep_set_default_proto_filter()
|
| /linux/drivers/firewire/ |
| H A D | net.c | 486 case ETH_P_ARP: in fwnet_finish_incoming_packet() 1265 case htons(ETH_P_ARP): in fwnet_tx()
|