Home
last modified time | relevance | path

Searched refs:ARPOP_REQUEST (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/net/
H A Darp.c71 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()
162 case ARPOP_REQUEST: in arp_receive()
H A Dlink_local.c260 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp()
280 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
/openbmc/linux/include/uapi/linux/
H A Dif_arp.h107 #define ARPOP_REQUEST 1 /* ARP request */ macro
/openbmc/linux/net/bridge/netfilter/
H A Debt_arpreply.c34 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
/openbmc/u-boot/test/dm/
H A Deth.c313 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_arp_handler()
398 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_ping_handler()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c71 if (ntohs(arp->ar_op) != ARPOP_REQUEST) in sandbox_eth_arp_req_to_reply()
191 arp_recv->ar_op = htons(ARPOP_REQUEST); in sandbox_eth_recv_arp_req()
/openbmc/linux/net/ipv4/
H A Darp.c392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit()
761 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process()
821 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb)) in arp_process()
828 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()
836 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()
H A Ddevinet.c1536 arp_send(ARPOP_REQUEST, ETH_P_ARP, in inetdev_send_gratuitous_arp()
/openbmc/linux/net/batman-adv/
H A Ddistributed-arp-table.c1054 if (arphdr->ar_op != htons(ARPOP_REQUEST)) { in batadv_arp_get_type()
1159 if (type != ARPOP_REQUEST) in batadv_dat_snoop_outgoing_arp_request()
1251 if (type != ARPOP_REQUEST) in batadv_dat_snoop_incoming_arp_request()
1812 if (type != ARPOP_REQUEST) in batadv_dat_drop_broadcast_packet()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c36 arp->hdr.ar_op == htons(ARPOP_REQUEST)) { in mwifiex_discard_gratuitous_arp()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c112 if (arp->ar_op == htons(ARPOP_REQUEST) && in iwl_mei_rx_filter_arp()
/openbmc/u-boot/include/
H A Dnet.h407 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro
/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c172 if (parp->ar_op != htons(ARPOP_REQUEST)) in br_do_proxy_suppress_arp()
/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c686 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
H A Dbond_main.c3025 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
3051 bond_arp_send(slave, ARPOP_REQUEST, targets[i], addr, tags); in bond_arp_send_all()
/openbmc/linux/net/core/
H A Dflow_dissector.c577 arp->ar_op != htons(ARPOP_REQUEST))) in __skb_flow_dissect_arp()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1879 arp_hdr(skb)->ar_op == htons(ARPOP_REQUEST)) { in t1_start_xmit()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2035 if (arp->ar_op != htons(ARPOP_REQUEST)) in cxgb3_arp_process()
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c4303 ahdr->ar_op = htons(ARPOP_REQUEST); in vmxnet3_suspend()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1867 parp->ar_op != htons(ARPOP_REQUEST) || in arp_reduce()