Searched refs:init_packet (Results 1 – 1 of 1) sorted by relevance
| /lib/lwip/lwip/src/apps/tftp/ |
| A D | tftp.c | 151 init_packet(u16_t opcode, u16_t extra, size_t size) in init_packet() function 185 p = init_packet(opcode, 0, fname_length + mode_length + blksize_length - 2); in send_request() 210 p = init_packet(TFTP_ERROR, code, str_length + 1); in send_error() 229 p = init_packet(TFTP_ACK, blknum, 0); in send_ack() 275 tftp_state.last_data = init_packet(TFTP_DATA, tftp_state.blknum, TFTP_DEFAULT_BLOCK_SIZE); in send_data()
|
Completed in 4 milliseconds