Home
last modified time | relevance | path

Searched refs:NETLOOP_FAIL (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dsntp.c47 net_set_state(NETLOOP_FAIL); in sntp_timeout_handler()
H A Dping.c71 net_set_state(NETLOOP_FAIL); /* we did not get the reply */ in ping_timeout_handler()
H A Dnet.c614 if (net_state == NETLOOP_FAIL) in net_loop()
641 case NETLOOP_FAIL: in net_loop()
696 net_set_state(NETLOOP_FAIL); in net_start_again()
718 net_set_state(NETLOOP_FAIL); in net_start_again()
H A Dnfs.c774 net_set_state(NETLOOP_FAIL); in nfs_handler()
849 nfs_download_state = NETLOOP_FAIL; in nfs_start()
855 net_set_state(NETLOOP_FAIL); in nfs_start()
H A Ddns.c100 net_set_state(NETLOOP_FAIL); in dns_timeout_handler()
H A Darp.c115 net_set_state(NETLOOP_FAIL); in arp_timeout_check()
H A Dtftp.c188 net_set_state(NETLOOP_FAIL); in store_block()
666 net_set_state(NETLOOP_FAIL); in tftp_handler()
H A Dlink_local.c111 net_set_state(NETLOOP_FAIL); in link_local_start()
H A Dbootp.c391 net_set_state(NETLOOP_FAIL); in bootp_timeout_handler()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h650 NETLOOP_FAIL enumerator