Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c85 u16_t opcode; member
119 tftp_req.opcode = 0; in clear_req()
151 init_packet(u16_t opcode, u16_t extra, size_t size) in init_packet() argument
158 payload[0] = PP_HTONS(opcode); in init_packet()
185 p = init_packet(opcode, 0, fname_length + mode_length + blksize_length - 2); in send_request()
355 int opcode; in tftp_recv() local
367 opcode = sbuf[0]; in tftp_recv()
375 switch (opcode) { in tftp_recv()
412 tftp_state.handle = tftp_state.ctx->open(filename, mode, opcode == PP_HTONS(TFTP_WRQ)); in tftp_recv()
427 if (opcode == PP_HTONS(TFTP_WRQ)) { in tftp_recv()
[all …]
/lib/lwip/lwip/src/core/ipv4/
A Detharp.c139 const u16_t opcode);
706 switch (hdr->opcode) {
737 …G | LWIP_DBG_TRACE, ("etharp_input: ARP unknown opcode type %"S16_F"\n", lwip_htons(hdr->opcode)));
1114 const u16_t opcode) argument
1136 hdr->opcode = lwip_htons(opcode);
/lib/lwip/lwip/src/include/lwip/prot/
A Detharp.h91 PACK_STRUCT_FIELD(u16_t opcode);
/lib/lwip/lwip/test/unit/etharp/
A Dtest_etharp.c98 etharphdr->opcode = htons(ARP_REPLY); in create_arp_response()

Completed in 14 milliseconds