Searched refs:opcode (Results 1 – 4 of 4) sorted by relevance
85 u16_t opcode; member119 tftp_req.opcode = 0; in clear_req()151 init_packet(u16_t opcode, u16_t extra, size_t size) in init_packet() argument158 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() local367 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 …]
139 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) argument1136 hdr->opcode = lwip_htons(opcode);
91 PACK_STRUCT_FIELD(u16_t opcode);
98 etharphdr->opcode = htons(ARP_REPLY); in create_arp_response()
Completed in 14 milliseconds