Searched refs:ARPOP_REQUEST (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | if_arp.h | 103 #define ARPOP_REQUEST 1 /* ARP request */ macro
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebt_arpreply.c | 33 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
|
/linux-4.1.27/net/ipv4/ |
D | arp.c | 349 arp_send(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 691 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process() 744 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 752 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 809 is_garp = arp->ar_op == htons(ARPOP_REQUEST) && tip == sip && in arp_process()
|
D | devinet.c | 1369 arp_send(ARPOP_REQUEST, ETH_P_ARP, in inetdev_send_gratuitous_arp()
|
/linux-4.1.27/net/batman-adv/ |
D | distributed-arp-table.c | 856 if (arphdr->ar_op != htons(ARPOP_REQUEST)) { in batadv_arp_get_type() 924 if (type != ARPOP_REQUEST) in batadv_dat_snoop_outgoing_arp_request() 1009 if (type != ARPOP_REQUEST) in batadv_dat_snoop_incoming_arp_request() 1185 if (type != ARPOP_REQUEST) in batadv_dat_drop_broadcast_packet()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sta_rx.c | 48 arp->hdr.ar_op == htons(ARPOP_REQUEST)) { in mwifiex_discard_gratuitous_arp()
|
/linux-4.1.27/net/bridge/ |
D | br_input.c | 84 parp->ar_op != htons(ARPOP_REQUEST) || in br_do_proxy_arp()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 522 arp->ar_op != htons(ARPOP_REQUEST)) in arp_mangle()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 695 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
|
D | bond_main.c | 2346 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all() 2372 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1843 arp_hdr(skb)->ar_op == htons(ARPOP_REQUEST)) { in t1_start_xmit()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 1965 if (arp->ar_op != htons(ARPOP_REQUEST)) in cxgb3_arp_process()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1357 parp->ar_op != htons(ARPOP_REQUEST) || in arp_reduce()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 3254 ahdr->ar_op = htons(ARPOP_REQUEST); in vmxnet3_suspend()
|