Home
last modified time | relevance | path

Searched refs:RTE_ARP_OP_REPLY (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Drte_arp.h43 #define RTE_ARP_OP_REPLY 2 /* response to previous request */ macro
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c88 if (arp->arp_opcode != rte_cpu_to_be_16(RTE_ARP_OP_REPLY)) in bond_mode_alb_arp_recv()
158 if (arp->arp_opcode == rte_cpu_to_be_16(RTE_ARP_OP_REPLY)) { in bond_mode_alb_arp_xmit()
239 arp_h->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY); in bond_mode_alb_arp_upd()
H A Drte_eth_bond_pmd.c403 case RTE_ARP_OP_REPLY: in arp_op_name()
/f-stack/dpdk/app/test-pmd/
H A Dicmpecho.c44 case RTE_ARP_OP_REPLY: in arp_op_name()
393 arp_h->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY); in reply_to_icmp_echo_rqsts()
/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c4750 RTE_ARP_OP_REPLY); in test_alb_change_mac_in_reply_sent()
4761 RTE_ARP_OP_REPLY); in test_alb_change_mac_in_reply_sent()
4772 RTE_ARP_OP_REPLY); in test_alb_change_mac_in_reply_sent()
4783 RTE_ARP_OP_REPLY); in test_alb_change_mac_in_reply_sent()
4871 RTE_ARP_OP_REPLY); in test_alb_reply_from_client()
4883 RTE_ARP_OP_REPLY); in test_alb_reply_from_client()
4895 RTE_ARP_OP_REPLY); in test_alb_reply_from_client()
4907 RTE_ARP_OP_REPLY); in test_alb_reply_from_client()
5010 RTE_ARP_OP_REPLY); in test_alb_receive_vlan_reply()
/f-stack/dpdk/examples/bond/
H A Dmain.c424 arp_hdr->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY); in lcore_main()