Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c121 init_packet(u16_t opcode, u16_t extra, size_t size) in init_packet() function
140 struct pbuf* p = init_packet(opcode, 0, fname_length + mode_length - 2); in send_request()
165 p = init_packet(TFTP_ERROR, code, str_length + 1); in send_error()
184 p = init_packet(TFTP_ACK, blknum, 0); in send_ack()
224 tftp_state.last_data = init_packet(TFTP_DATA, tftp_state.blknum, TFTP_MAX_PAYLOAD_SIZE); in send_data()