Searched defs:ctx (Results 1 – 4 of 4) sorted by relevance
| /cmd/lwip/ |
| A D | ping.c | 35 struct ping_ctx *ctx = arg; in ping_recv() local 59 static int ping_raw_init(struct ping_ctx *ctx) in ping_raw_init() 71 static void ping_raw_stop(struct ping_ctx *ctx) in ping_raw_stop() 77 static void ping_prepare_echo(struct ping_ctx *ctx) in ping_prepare_echo() 90 static void ping_send_icmp(struct ping_ctx *ctx) in ping_send_icmp() 110 struct ping_ctx *ctx = arg; in ping_send() local 121 struct ping_ctx ctx = {}; in ping_loop() local
|
| /cmd/ |
| A D | pxe.c | 29 static int do_get_tftp(struct pxe_context *ctx, const char *file_path, in do_get_tftp() 63 static int pxe_dhcp_option_path(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_dhcp_option_path() 79 static int pxe_uuid_path(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_uuid_path() 97 static int pxe_mac_path(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_mac_path() 117 static int pxe_ipaddr_paths(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_ipaddr_paths() 139 struct pxe_context ctx; in pxe_get() local 267 struct pxe_context ctx; in do_pxe_boot() local
|
| A D | sysboot.c | 25 static int sysboot_read_file(struct pxe_context *ctx, const char *file_path, in sysboot_read_file() 55 struct pxe_context ctx; in do_sysboot() local
|
| A D | blkmap.c | 28 static int do_blkmap_map_linear(struct map_ctx *ctx, int argc, in do_blkmap_map_linear() 62 static int do_blkmap_map_mem(struct map_ctx *ctx, int argc, char *const argv[]) in do_blkmap_map_mem() 100 struct map_ctx ctx; in do_blkmap_map() local
|
Completed in 12 milliseconds