/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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_snat.c | 30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
|
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_arp.c | 106 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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_snat.c | 30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
|
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()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | net_shared.h | 14 #define ETH_P_ARP 0x0806 macro
|
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | rfc1051.c | 109 return htons(ETH_P_ARP); in type_trans() 173 case ETH_P_ARP: in build_header()
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | rfc1051.c | 109 return htons(ETH_P_ARP); in type_trans() 173 case ETH_P_ARP: in build_header()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_redirect_cpu_kern.c | 356 case ETH_P_ARP: in xdp_prognum3_proto_separate() 425 case ETH_P_ARP: in xdp_prognum4_ddos_filter_pktgen() 550 case ETH_P_ARP: /* ARP packet handled on CPU idx 0 */ in xdp_prognum5_lb_hash_ip_pairs()
|
H A D | xdp_router_ipv4_kern.c | 138 if (h_proto == htons(ETH_P_ARP)) { in xdp_router_ipv4_prog()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 391 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 547 skb->protocol = htons(ETH_P_ARP); in arp_create() 810 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process() 830 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 851 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 1295 .type = cpu_to_be16(ETH_P_ARP),
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 568 skb->protocol = htons(ETH_P_ARP); in arp_create() 831 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process() 851 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 872 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 1325 .type = cpu_to_be16(ETH_P_ARP),
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_ether.h | 54 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_ether.h | 54 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_ether.h | 38 #define ETH_P_ARP 0x0806 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_ether.h | 38 #define ETH_P_ARP 0x0806 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_ether.h | 25 #define ETH_P_ARP 0x0806 macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_vcap_impl.c | 155 ETH_P_ARP, 163 ETH_P_ARP, 488 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) { in sparx5_vcap_is2_get_port_keysets() 564 if (l3_proto != ETH_P_ARP && l3_proto != ETH_P_IP && in sparx5_vcap_is2_get_port_keysets() 642 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) { in sparx5_vcap_es2_get_port_keysets() 684 if (l3_proto != ETH_P_ARP && l3_proto != ETH_P_IP && in sparx5_vcap_es2_get_port_keysets() 1633 case ETH_P_ARP: in sparx5_vcap_is2_set_port_keyset() 1740 case ETH_P_ARP: in sparx5_vcap_es2_set_port_keyset()
|
/kernel/linux/linux-5.10/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()
|