Home
last modified time | relevance | path

Searched refs:ARPOP_REPLY (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_arp.h93 #define ARPOP_REPLY 2 /* ARP reply */ macro
/linux-2.4.37.9/net/ipv4/
Darp.c799 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/
Dbond_alb.c381 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/
Dstrip.c1623 ARPOP_REPLY, ETH_P_ARP, in strip_send()
/linux-2.4.37.9/drivers/net/fc/
Diph5526.c3086 if (opcode == ARPOP_REPLY) {