Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c196 static thand_f *time_handler;
590 thand_f *x; in net_loop()
610 time_handler = (thand_f *)0; in net_loop()
772 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler()
777 time_handler = (thand_f *)0; in net_set_timeout_handler()
H A Dbootp.c372 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler()
1078 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h78 typedef void thand_f(void); typedef
643 void net_set_timeout_handler(ulong, thand_f *);/* Set timeout handler */