Searched refs:arp_opcode (Results 1 – 7 of 7) sorted by relevance
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()
522 arp_op_name(rte_be_to_cpu_16(arp_h->arp_opcode), in mode6_debug()
41 uint16_t arp_opcode; /* ARP opcode (command) */ member
41 rarp->arp_opcode = RTE_BE16(RTE_ARP_OP_REVREQUEST); in rte_net_make_rarp_packet()
342 arp_op = RTE_BE_TO_CPU_16(arp_h->arp_opcode); in reply_to_icmp_echo_rqsts()392 arp_h->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY); in reply_to_icmp_echo_rqsts()
420 if (arp_hdr->arp_opcode == rte_cpu_to_be_16(RTE_ARP_OP_REQUEST)) { in lcore_main()421 arp_hdr->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY); in lcore_main()532 arp_hdr->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REQUEST); in cmd_obj_send_parsed()
87 arp_hdr->arp_opcode = rte_cpu_to_be_16(opcode); in initialize_arp_header()