Searched refs:ARPOP_REPLY (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | if_arp.h | 93 #define ARPOP_REPLY 2 /* ARP reply */ macro
|
/linux-2.4.37.9/net/ipv4/ |
D | arp.c | 799 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process() 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() 906 arp->ar_op == htons(ARPOP_REPLY) && in arp_process() 926 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
|
/linux-2.4.37.9/drivers/net/bonding/ |
D | bond_alb.c | 381 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv() 512 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client() 729 if (arp->op_code == __constant_htons(ARPOP_REPLY)) { in rlb_arp_xmit()
|
/linux-2.4.37.9/drivers/net/ |
D | strip.c | 1623 ARPOP_REPLY, ETH_P_ARP, in strip_send()
|
/linux-2.4.37.9/drivers/net/fc/ |
D | iph5526.c | 3086 if (opcode == ARPOP_REPLY) {
|