tag | line | file | source code |
---|---|---|---|
ARPOP_REPLY | 725 | net/ipv4/arp.c | if(arp->ar_op == htons(ARPOP_REPLY)) |
ARPOP_REPLY | 780 | net/ipv4/arp.c | arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,ha); |
ARPOP_REPLY | 796 | net/ipv4/arp.c | arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,dev->dev_addr); |