Home
last modified time | relevance | path

Searched refs:thand_f (Results 1 – 3 of 3) sorted by relevance

/u-boot/net/
A Dnet.c202 static thand_f *time_handler;
678 thand_f *x; in net_loop()
698 time_handler = (thand_f *)0; in net_loop()
873 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler()
878 time_handler = (thand_f *)0; in net_set_timeout_handler()
A Dbootp.c386 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler()
1111 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
/u-boot/include/
A Dnet.h111 typedef void thand_f(void); typedef
609 void net_set_timeout_handler(ulong, thand_f *);/* Set timeout handler */

Completed in 11 milliseconds