Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/netif/
Detharp.h120 PACK_STRUCT_FIELD(u16_t opcode);
205 const u16_t opcode);
/lib/liblwip/src/netif/
Detharp.c765 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) argument
1206 hdr->opcode = htons(opcode);
/lib/liblwip/test/unit/etharp/
Dtest_etharp.c95 etharphdr->opcode = htons(ARP_REPLY); in create_arp_response()