Searched refs:ARPOP_REPLY (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| H A D | arp.c | 682 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 D | if_arp.h | 108 #define ARPOP_REPLY 2 /* ARP reply */ macro
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_arpreply.c | 55 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
|
| /linux/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()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | net.c | 125 arp->ar_op == htons(ARPOP_REPLY)) { in iwl_mei_rx_filter_arp()
|
| /linux/net/batman-adv/ |
| H A D | distributed-arp-table.c | 1102 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 D | flow_dissector.c | 600 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 3124 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
|