Searched refs:arp_opcode (Results 1 – 7 of 7) sorted by relevance
41 uint16_t arp_opcode; /* ARP opcode (command) */ member
42 rarp->arp_opcode = RTE_BE16(RTE_ARP_OP_REVREQUEST); in rte_net_make_rarp_packet()
88 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()
526 arp_op_name(rte_be_to_cpu_16(arp_h->arp_opcode), in mode6_debug()
343 arp_op = RTE_BE_TO_CPU_16(arp_h->arp_opcode); in reply_to_icmp_echo_rqsts()393 arp_h->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY); in reply_to_icmp_echo_rqsts()
423 if (arp_hdr->arp_opcode == rte_cpu_to_be_16(RTE_ARP_OP_REQUEST)) { in lcore_main()424 arp_hdr->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY); in lcore_main()533 arp_hdr->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REQUEST); in cmd_obj_send_parsed()
86 arp_hdr->arp_opcode = rte_cpu_to_be_16(opcode); in initialize_arp_header()