Searched refs:arp_send (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | arp.h | 17 extern void arp_send(int type, int ptype, u32 dest_ip,
|
/linux-2.4.37.9/net/ipv4/ |
D | arp.c | 368 arp_send(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 663 void arp_send(int type, int ptype, u32 dest_ip, in arp_send() function 848 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_process() 869 arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,dev->dev_addr,sha); in arp_process() 885 arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,dev->dev_addr,sha); in arp_process()
|
D | ipconfig.c | 481 arp_send(ARPOP_RREQUEST, ETH_P_RARP, 0, dev, 0, NULL, in ic_rarp_send_if()
|
/linux-2.4.37.9/net/irda/irlan/ |
D | irlan_eth.c | 334 arp_send(ARPOP_REQUEST, ETH_P_ARP, in irlan_eth_send_gratuitous_arp()
|
/linux-2.4.37.9/net/ |
D | netsyms.c | 270 EXPORT_SYMBOL(arp_send);
|
/linux-2.4.37.9/drivers/net/ |
D | strip.c | 1622 arp_send( in strip_send()
|
/linux-2.4.37.9/drivers/net/bonding/ |
D | bond_main.c | 2712 arp_send(ARPOP_REQUEST, ETH_P_ARP, targets[i], slave->dev, in bond_arp_send_all()
|