Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance
120 PACK_STRUCT_FIELD(u16_t opcode);205 const u16_t opcode);
765 switch (hdr->opcode) {780 hdr->opcode = htons(ARP_REPLY);830 …UG | LWIP_DBG_TRACE, ("etharp_arp_input: ARP unknown opcode type %"S16_F"\n", htons(hdr->opcode)));1179 const u16_t opcode) argument1206 hdr->opcode = htons(opcode);
95 etharphdr->opcode = htons(ARP_REPLY); in create_arp_response()