ptw_failed_at 186 src/dps8/dps8_mgp.c time_t ptw_failed_at; /* wall-clock time of last PTW check failure */ ptw_failed_at 470 src/dps8/dps8_mgp.c if (mgp_dev_state.ptw_failed_at > 0) ptw_failed_at 472 src/dps8/dps8_mgp.c if (time(NULL) - mgp_dev_state.ptw_failed_at < PTW_BACKOFF_SECS) ptw_failed_at 474 src/dps8/dps8_mgp.c mgp_dev_state.ptw_failed_at = 0; /* backoff expired */ ptw_failed_at 1232 src/dps8/dps8_mgp.c mgp_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1333 src/dps8/dps8_mgp.c mgp_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1353 src/dps8/dps8_mgp.c mgp_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1422 src/dps8/dps8_mgp.c mgp_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1937 src/dps8/dps8_mgp.c mgp_dev_state.ptw_failed_at = time(NULL); /* start reconnect backoff */ ptw_failed_at 183 src/dps8/dps8_net.c time_t ptw_failed_at; /* wall-clock time of last PTW check failure */ ptw_failed_at 465 src/dps8/dps8_net.c if (net_dev_state.ptw_failed_at > 0) ptw_failed_at 467 src/dps8/dps8_net.c if (time(NULL) - net_dev_state.ptw_failed_at < PTW_BACKOFF_SECS) ptw_failed_at 469 src/dps8/dps8_net.c net_dev_state.ptw_failed_at = 0; /* backoff expired */ ptw_failed_at 1227 src/dps8/dps8_net.c net_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1351 src/dps8/dps8_net.c net_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1373 src/dps8/dps8_net.c net_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1464 src/dps8/dps8_net.c net_dev_state.ptw_failed_at = time(NULL); ptw_failed_at 1957 src/dps8/dps8_net.c net_dev_state.ptw_failed_at = time(NULL); /* start reconnect backoff */