/kernel/liteos_m/kal/libc/newlib/porting/include/net/ |
H A D | if_arp.h | 45 #define ARPOP_REPLY 2 macro
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 657 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp() 739 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process() 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() 882 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process() 908 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 678 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp() 760 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process() 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() 903 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process() 929 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_arp.h | 107 #define ARPOP_REPLY 2 /* ARP reply */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_arp.h | 108 #define ARPOP_REPLY 2 /* ARP reply */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_arp.h | 90 #define ARPOP_REPLY 2 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_arp.h | 90 #define ARPOP_REPLY 2 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_arp.h | 78 #define ARPOP_REPLY 2 macro
|
/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()
|
/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()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_arp_nd_proxy.c | 58 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send() 63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_arp_nd_proxy.c | 58 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send() 63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_rx.c | 47 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_rx.c | 35 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 125 arp->ar_op == htons(ARPOP_REPLY)) { in iwl_mei_rx_filter_arp()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | distributed-arp-table.c | 1172 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface, in batadv_dat_arp_create_reply() 1374 if (type != ARPOP_REPLY) in batadv_dat_snoop_outgoing_arp_reply() 1422 if (type != ARPOP_REPLY) in batadv_dat_snoop_incoming_arp_reply()
|
H A D | bridge_loop_avoidance.c | 362 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | distributed-arp-table.c | 1113 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface, in batadv_dat_arp_create_reply() 1313 if (type != ARPOP_REPLY) in batadv_dat_snoop_outgoing_arp_reply() 1361 if (type != ARPOP_REPLY) in batadv_dat_snoop_incoming_arp_reply()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_alb.c | 295 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv() 432 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client() 665 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_alb.c | 296 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv() 434 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client() 678 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ipt_CLUSTERIP.c | 624 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_mangle()
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
H A D | gdm_lte.c | 139 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()
|
/kernel/linux/linux-6.6/drivers/staging/gdm724x/ |
H A D | gdm_lte.c | 139 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 1607 if (ahdr->ar_op != htons(ARPOP_REPLY)) in stmmac_test_arp_validate()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | flow_dissector.c | 488 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp() 506 * this covers ARPOP_REPLY and ARPOP_REQUEST. in __skb_flow_dissect_arp()
|