Searched refs:TFTPPUT (Results 1 – 4 of 4) sorted by relevance
| /u-boot/cmd/ |
| A D | net.c | 73 return netboot_common(TFTPPUT, cmdtp, argc, argv); in do_tftpput() 327 if (IS_ENABLED(CONFIG_CMD_TFTPPUT) && proto == TFTPPUT) in parse_args() 336 if (IS_ENABLED(CONFIG_CMD_TFTPPUT) && proto == TFTPPUT) in parse_args() 358 if (IS_ENABLED(CONFIG_CMD_TFTPPUT) && proto == TFTPPUT) { in parse_args()
|
| /u-boot/net/ |
| A D | tftp.c | 753 case TFTPPUT: in sanitize_tftp_block_size_option() 868 protocol == TFTPPUT ? "to" : "from", in tftp_start() 902 tftp_put_active = (protocol == TFTPPUT); in tftp_start()
|
| A D | net.c | 503 case TFTPPUT: in net_loop() 1507 case TFTPPUT: in net_check_prereq()
|
| /u-boot/include/ |
| A D | net.h | 510 NETCONS, SNTP, TFTPSRV, TFTPPUT, LINKLOCAL, FASTBOOT_UDP, FASTBOOT_TCP, enumerator
|
Completed in 18 milliseconds