Searched refs:hungup (Results 1 - 6 of 6) sorted by relevance

/external/ppp/pppd/
H A Dsys-solaris.c993 if (!hungup)
998 if (!hungup) {
1006 if (hungup && default_device && tty_sid > 0) {
1289 if (!hungup && errno != ENXIO)
1293 if (!hungup && errno != ENXIO)
1548 if (hungup && errno == ENXIO) {
1579 if (!hungup || errno != ENXIO)
1598 if (hungup && errno == ENXIO) {
1644 if (!hungup || errno != ENXIO)
H A Dtty.c556 hungup = 0;
728 if (!persist || errno != EINTR || hungup || got_sigterm)
775 if (disconnect_script == NULL || hungup)
H A Dsys-linux.c261 extern int hungup;
274 return !hungup && ppp_fd >= 0;
275 if (!hungup || ppp_fd == slave_fd)
551 if (!hungup) {
H A Dpppd.h213 extern int hungup; /* Physical layer has disconnected */
H A Dmain.c145 int hungup; /* terminal has been hung up */ variable
1026 hungup = 1;
H A Dauth.c632 if (!hungup)

Completed in 2571 milliseconds