Home
last modified time | relevance | path

Searched refs:ARPOP_REQUEST (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/include/linux/
Dif_arp.h99 #define ARPOP_REQUEST 1 /* ARP request */ macro
/linux-2.6.39/net/bridge/netfilter/
Debt_arpreply.c33 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
/linux-2.6.39/net/ipv4/
Darp.c397 arp_send(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit()
824 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process()
869 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()
877 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()
935 (arp->ar_op == htons(ARPOP_REQUEST) && tip == sip)) && in arp_process()
Ddevinet.c1142 arp_send(ARPOP_REQUEST, ETH_P_ARP, in inetdev_send_gratuitous_arp()
/linux-2.6.39/net/ipv4/netfilter/
Dipt_CLUSTERIP.c506 arp->ar_op != htons(ARPOP_REQUEST)) in arp_mangle()
/linux-2.6.39/net/core/
Dnetpoll.c463 arp->ar_op != htons(ARPOP_REQUEST)) in arp_reply()
/linux-2.6.39/drivers/net/bonding/
Dbond_alb.c696 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
Dbond_main.c2696 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
2722 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
2740 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
/linux-2.6.39/drivers/firewire/
Dnet.c605 if (arp->ar_op == htons(ARPOP_REQUEST)) in fwnet_finish_incoming_packet()
/linux-2.6.39/drivers/net/chelsio/
Dsge.c1856 arp_hdr(skb)->ar_op == htons(ARPOP_REQUEST)) { in t1_start_xmit()
/linux-2.6.39/drivers/net/cxgb3/
Dsge.c1964 if (arp->ar_op != htons(ARPOP_REQUEST)) in cxgb3_arp_process()
/linux-2.6.39/drivers/net/vmxnet3/
Dvmxnet3_drv.c3185 ahdr->ar_op = htons(ARPOP_REQUEST); in vmxnet3_suspend()