Lines Matching refs:timeout_ms
46 static ulong timeout_ms = TIMEOUT; variable
345 sprintf((char *)pkt, "%lu", timeout_ms / 1000); in tftp_send()
552 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_handler()
602 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_timeout_handler()
643 timeout_ms = simple_strtol(ep, NULL, 10); in tftp_start()
645 if (timeout_ms < 1000) { in tftp_start()
647 timeout_ms); in tftp_start()
648 timeout_ms = 1000; in tftp_start()
663 tftp_block_size_option, timeout_ms); in tftp_start()
740 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start()
791 timeout_ms = TIMEOUT; in tftp_start_server()
792 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start_server()