OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nobytes
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tftp.c
179
int
nobytes
;
local
203
nobytes
= 2;
222
int
nobytes
;
local
249
nobytes
= tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512);
251
if (
nobytes
< 0) {
261
m->m_len = sizeof(struct tftp_t) - (512 -
nobytes
) -
266
if (
nobytes
== 512) {
/external/qemu/slirp-android/
tftp.c
181
int
nobytes
;
local
207
nobytes
= 2;
226
int
nobytes
;
local
255
nobytes
= tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512);
257
if (
nobytes
< 0) {
267
m->m_len = sizeof(struct tftp_t) - (512 -
nobytes
) -
272
if (
nobytes
== 512) {
Completed in 134 milliseconds