Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Darp.c682 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp()
764 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process()
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()
907 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process()
933 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
/linux/include/uapi/linux/
H A Dif_arp.h108 #define ARPOP_REPLY 2 /* ARP reply */ macro
/linux/net/bridge/netfilter/
H A Debt_arpreply.c55 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c35 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c125 arp->ar_op == htons(ARPOP_REPLY)) { in iwl_mei_rx_filter_arp()
/linux/net/batman-adv/
H A Ddistributed-arp-table.c1102 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface, in batadv_dat_arp_create_reply()
1302 if (type != ARPOP_REPLY) in batadv_dat_snoop_outgoing_arp_reply()
1350 if (type != ARPOP_REPLY) in batadv_dat_snoop_incoming_arp_reply()
/linux/net/core/
H A Dflow_dissector.c600 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
/linux/drivers/net/bonding/
H A Dbond_main.c3124 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()