/external/qemu/slirp/ |
tftp.h | 23 u_int8_t tp_buf[512]; member in struct:tftp_t::__anon9974::__anon9975 29 u_int8_t tp_buf[512 + 2]; member in union:tftp_t::__anon9974
|
tftp.c | 152 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/ |
tftp.h | 23 u_int8_t tp_buf[512]; member in struct:tftp_t::__anon9984::__anon9985 29 u_int8_t tp_buf[512 + 2]; member in union:tftp_t::__anon9984
|
tftp.c | 152 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);
|