Lines Matching refs:blknum
77 u16_t blknum; member
87 void tftp_send_ack(struct udp_pcb *pcb, const ip_addr_t *addr, u16_t port, u16_t blknum);
143 payload[1] = lwip_htons(tftp_state.blknum); in send_data()
215 tftp_state.blknum = 1; in recv()
245 u16_t blknum; in recv() local
259 blknum = lwip_ntohs(sbuf[1]); in recv()
268 tftp_send_ack(tftp_state.upcb, &tftp_state.addr, tftp_state.port, blknum); in recv()
279 u16_t blknum; in recv() local
294 blknum = lwip_ntohs(sbuf[1]); in recv()
295 if (blknum != tftp_state.blknum) { in recv()
308 tftp_state.blknum++; in recv()