Searched refs:thand_f (Results 1 – 3 of 3) sorted by relevance
203 static thand_f *time_handler;601 thand_f *x; in net_loop()621 time_handler = (thand_f *)0; in net_loop()790 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler()795 time_handler = (thand_f *)0; in net_set_timeout_handler()
378 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler()1094 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
81 typedef void thand_f(void); typedef633 void net_set_timeout_handler(ulong, thand_f *);/* Set timeout handler */