Lines Matching refs:timeout_ms
43 static ulong timeout_ms = TIMEOUT; variable
365 sprintf((char *)pkt, "%lu", timeout_ms / 1000); in tftp_send()
607 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_handler()
692 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_timeout_handler()
715 timeout_ms = simple_strtol(ep, NULL, 10); in tftp_start()
717 if (timeout_ms < 1000) { in tftp_start()
719 timeout_ms); in tftp_start()
720 timeout_ms = 1000; in tftp_start()
735 tftp_block_size_option, timeout_ms); in tftp_start()
816 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start()
864 timeout_ms = TIMEOUT; in tftp_start_server()
865 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start_server()