Searched refs:ETH_P_ARP (Results 1 – 25 of 32) sorted by relevance
12
/drivers/net/arcnet/ |
D | rfc1051.c | 109 return htons(ETH_P_ARP); in type_trans() 173 case ETH_P_ARP: in build_header()
|
D | rfc1201.c | 115 return htons(ETH_P_ARP); in type_trans() 393 case ETH_P_ARP: in build_header()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_selftest.c | 70 ethh->h_proto = htons(ETH_P_ARP); in mlx4_en_test_loopback_xmit()
|
/drivers/staging/gdm724x/ |
D | gdm_lte.c | 375 case ETH_P_ARP: in gdm_lte_tx_nic_type() 655 eth.h_proto = htons(ETH_P_ARP); in gdm_lte_netif_rx() 656 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_ARP); in gdm_lte_netif_rx()
|
/drivers/net/wireless/mwifiex/ |
D | sta_rx.c | 45 case ETH_P_ARP: in mwifiex_discard_gratuitous_arp()
|
/drivers/net/usb/ |
D | lg-vl600.c | 194 if (be16_to_cpup(ðhdr->h_proto) == ETH_P_ARP && in vl600_rx_fixup()
|
/drivers/net/wireless/cw1200/ |
D | pm.c | 75 .type = __cpu_to_le16(ETH_P_ARP),
|
/drivers/net/bonding/ |
D | bond_alb.c | 297 if (skb->protocol != cpu_to_be16(ETH_P_ARP)) in rlb_arp_recv() 454 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client() 1459 case ETH_P_ARP: in bond_alb_xmit()
|
D | bond_main.c | 2294 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send() 2458 int alen, is_arp = skb->protocol == __cpu_to_be16(ETH_P_ARP); in bond_arp_rcv()
|
/drivers/staging/rtl8723au/hal/ |
D | rtl8723au_xmit.c | 300 pxmitframe->attrib.ether_type != ETH_P_ARP && in rtw_dump_xframe()
|
/drivers/net/ipvlan/ |
D | ipvlan_core.c | 126 case htons(ETH_P_ARP): { in ipvlan_get_L3_hdr()
|
/drivers/staging/octeon/ |
D | ethernet-tx.c | 665 work->word2.snoip.is_arp = skb->protocol == htons(ETH_P_ARP); in cvm_oct_xmit_pow()
|
/drivers/firewire/ |
D | net.c | 495 case ETH_P_ARP: in fwnet_finish_incoming_packet() 1275 case htons(ETH_P_ARP): in fwnet_tx()
|
/drivers/staging/rtl8192e/ |
D | rtllib_tx.c | 650 } else if (ether_type == ETH_P_ARP) { in rtllib_xmit_inter()
|
D | rtllib.h | 526 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
|
/drivers/net/ethernet/xilinx/ |
D | xilinx_emaclite.c | 433 } else if (proto_type == ETH_P_ARP) in xemaclite_recv_data()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1031 (header->proto != htons(ETH_P_ARP)) && in ipoib_start_xmit() 1062 case htons(ETH_P_ARP): in ipoib_start_xmit()
|
/drivers/net/wan/ |
D | hdlc_fr.c | 951 case ETH_P_ARP: /* routed frame with SNAP */ in fr_rx()
|
/drivers/message/fusion/ |
D | mptlan.c | 1536 fcllc->ethertype == htons(ETH_P_ARP))) { in mpt_lan_type_trans()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 1979 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process() 1986 return skb->protocol == htons(ETH_P_ARP); in is_arp()
|
/drivers/net/ |
D | vxlan.c | 1422 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce() 2187 if (ntohs(eth->h_proto) == ETH_P_ARP) in vxlan_xmit()
|
/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 1238 tmpl->llc_type = cpu_to_be16(ETH_P_ARP); in wl1271_cmd_build_arp_rsp()
|
/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1842 if (skb->protocol == htons(ETH_P_ARP) && in t1_start_xmit()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 1378 } else if (ETH_P_ARP == ether_type) { in rtl_is_special_data()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1992 if ((pattrib->qos!= 1) || (pattrib->eth_type == ETH_P_ARP) || in recv_indicatepkt_reorder()
|
12