Home
last modified time | relevance | path

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

/net/lwip/
A Dtftp.c67 ctx->daddr += len; in store_block()
68 ctx->size += len; in store_block()
69 ctx->block_count++; in store_block()
89 if (ctx->done == FAILURE || ctx->done == ABORTED) { in tftp_close()
93 ctx->done = SUCCESS; in tftp_close()
101 printf("Bytes transferred = %lu (%lx hex)\n", ctx->size, ctx->size); in tftp_close()
150 if (ctx->size) in no_response()
177 ctx.size = 0; in tftp_loop()
179 ctx.daddr = addr; in tftp_loop()
207 while (!ctx.done) { in tftp_loop()
[all …]
A Dwget.c175 ctx->daddr += len; in store_block()
176 ctx->size += len; in store_block()
177 if (ctx->size - ctx->prevsize > PROGRESS_PRINT_STEP_BYTES) { in store_block()
180 ctx->prevsize = ctx->size; in store_block()
247 ctx->size); in httpc_result_cb()
250 efi_set_bootdev("Http", ctx->server_name, ctx->path, map_sysmem(ctx->saved_daddr, 0), in httpc_result_cb()
294 ctx.size = 0; in wget_do_request()
295 ctx.prevsize = 0; in wget_do_request()
296 ctx.start_time = 0; in wget_do_request()
298 if (parse_url(uri, ctx.server_name, &ctx.port, &path, &is_https)) in wget_do_request()
[all …]
A Ddhcp.c24 static void call_lwip_dhcp_fine_tmr(void *ctx) in call_lwip_dhcp_fine_tmr() argument

Completed in 14 milliseconds