Searched refs:ARPOP_REQUEST (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/include/linux/ |
D | if_arp.h | 99 #define ARPOP_REQUEST 1 /* ARP request */ macro
|
/linux-2.6.39/net/bridge/netfilter/ |
D | ebt_arpreply.c | 33 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
|
/linux-2.6.39/net/ipv4/ |
D | arp.c | 397 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()
|
D | devinet.c | 1142 arp_send(ARPOP_REQUEST, ETH_P_ARP, in inetdev_send_gratuitous_arp()
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 506 arp->ar_op != htons(ARPOP_REQUEST)) in arp_mangle()
|
/linux-2.6.39/net/core/ |
D | netpoll.c | 463 arp->ar_op != htons(ARPOP_REQUEST)) in arp_reply()
|
/linux-2.6.39/drivers/net/bonding/ |
D | bond_alb.c | 696 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
|
D | bond_main.c | 2696 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/ |
D | net.c | 605 if (arp->ar_op == htons(ARPOP_REQUEST)) in fwnet_finish_incoming_packet()
|
/linux-2.6.39/drivers/net/chelsio/ |
D | sge.c | 1856 arp_hdr(skb)->ar_op == htons(ARPOP_REQUEST)) { in t1_start_xmit()
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | sge.c | 1964 if (arp->ar_op != htons(ARPOP_REQUEST)) in cxgb3_arp_process()
|
/linux-2.6.39/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 3185 ahdr->ar_op = htons(ARPOP_REQUEST); in vmxnet3_suspend()
|