Searched defs:lcp_echo_timer_running (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c249 static int lcp_echo_timer_running = 0; /* set if a timer is running */ variable
807 if (lcp_echo_timer_running != 0) {
809 lcp_echo_timer_running = 0;
2891 if (lcp_echo_timer_running)
2892 warn("assertion lcp_echo_timer_running==0 failed");
2894 lcp_echo_timer_running = 1;
2905 if (lcp_echo_timer_running != 0) {
2906 lcp_echo_timer_running = 0;
3017 lcp_echo_timer_running = 0;
3034 if (lcp_echo_timer_running !
[all...]

Completed in 65 milliseconds