Searched refs:ethrotate (Results 1 – 3 of 3) sorted by relevance
49 char *ethrotate; in eth_current_changed() local56 ethrotate = env_get("ethrotate"); in eth_current_changed()57 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_current_changed()76 char *ethrotate; in eth_try_another() local82 ethrotate = env_get("ethrotate"); in eth_try_another()83 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_try_another()
313 char *ethrotate; in eth_init() local322 ethrotate = env_get("ethrotate"); in eth_init()328 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) { in eth_init()
420 char *ethrotate; in bootp_timeout_handler() local422 ethrotate = env_get("ethrotate"); in bootp_timeout_handler()423 if ((ethrotate && strcmp(ethrotate, "no") == 0) || in bootp_timeout_handler()
Completed in 17 milliseconds