Home
last modified time | relevance | path

Searched refs:hungup (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/ppp/dist/pppd/
H A Dtty.c727 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
769 if (disconnect_script == NULL || hungup) in disconnect_tty()
H A Dmain.c145 int hungup; /* terminal has been hung up */ variable
1039 hungup = 1; in get_input()
H A Dpppd.h220 extern int hungup; /* Physical layer has disconnected */
H A Dauth.c614 hungup = 0; in start_link()
706 if (!hungup) in link_terminated()
/netbsd/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c494 extern int hungup;
508 if (!hungup || demand) {