Home
last modified time | relevance | path

Searched refs:ARPOP_REPLY (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/u-boot/net/
H A Darp.c166 arp->ar_op = htons(ARPOP_REPLY); in arp_receive()
188 case ARPOP_REPLY: /* arp reply */ in arp_receive()
H A Dlink_local.c261 arp->ar_op != htons(ARPOP_REPLY)) { in link_local_receive_arp()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c657 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_arp.h107 #define ARPOP_REPLY 2 /* ARP reply */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_arp.h107 #define ARPOP_REPLY 2 /* ARP reply */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_arp.h107 #define ARPOP_REPLY 2 /* ARP reply */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif_arp.h39 #define ARPOP_REPLY 2 /* ARP reply. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif_arp.h39 #define ARPOP_REPLY 2 /* ARP reply. */ macro
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_arpreply.c55 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox-raw.c92 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
H A Dsandbox.c103 arp_recv->ar_op = htons(ARPOP_REPLY); in sb_eth_send()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_arp_nd_proxy.c58 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c47 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Ddistributed-arp-table.c1172 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 Dbridge_loop_avoidance.c362 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_alb.c295 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()
H A Dbond_main.c2941 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h417 # define ARPOP_REPLY 2 /* Response to previous request */ macro
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c624 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_mangle()
/OK3568_Linux_fs/kernel/drivers/staging/gdm724x/
H A Dgdm_lte.c139 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c488 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1246 arp_hdr->ar_op = cpu_to_be16(ARPOP_REPLY); in wl1271_cmd_build_arp_rsp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1607 if (ahdr->ar_op != htons(ARPOP_REPLY)) in stmmac_test_arp_validate()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c301 …reply = arp_create(ARPOP_REPLY, ETH_P_ARP, *((__be32 *)sip), net, *((__be32 *)tip), sha, ec20_mac,… in bridge_arp_reply()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2047 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()

12