Searched refs:time_handler (Results 1 – 2 of 2) sorted by relevance
202 static thand_f *time_handler; variable687 if (time_handler && in net_loop()708 x = time_handler; in net_loop()709 time_handler = (thand_f *)0; in net_loop()712 if (time_handler && protocol == RS) in net_loop()889 time_handler = (thand_f *)0; in net_set_timeout_handler()893 time_handler = f; in net_set_timeout_handler()
272 tcp->time_handler = NULL; in tcp_stream_set_time_handler()276 tcp->time_handler = handler; in tcp_stream_set_time_handler()361 tcp->time_handler || in tcp_steam_tx_try()421 if (tcp->time_handler && in tcp_stream_poll()423 handler = tcp->time_handler; in tcp_stream_poll()424 tcp->time_handler = NULL; in tcp_stream_poll()880 if (tcp->time_handler && in tcp_rx_check_ack_num()
Completed in 14 milliseconds