Searched refs:tp_buf (Results 1 - 4 of 4) sorted by relevance

/external/qemu/slirp/
H A Dtftp.h23 u_int8_t tp_buf[512]; member in struct:tftp_t::__anon4009::__anon4010
29 u_int8_t tp_buf[512 + 2]; member in union:tftp_t::__anon4009
H A Dtftp.c152 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%s",
154 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%u",
249 nobytes = tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512);
290 src = tp->x.tp_buf;
292 n = pktlen - ((uint8_t *)&tp->x.tp_buf[0] - (uint8_t *)tp);
/external/qemu/slirp-android/
H A Dtftp.h23 u_int8_t tp_buf[512]; member in struct:tftp_t::__anon4019::__anon4020
29 u_int8_t tp_buf[512 + 2]; member in union:tftp_t::__anon4019
H A Dtftp.c152 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%s",
154 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%u",
255 nobytes = tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512);
296 src = tp->x.tp_buf;
298 n = pktlen - ((uint8_t *)&tp->x.tp_buf[0] - (uint8_t *)tp);

Completed in 53 milliseconds