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) {
1292 if (!hungup && errno != ENXIO)
1296 if (!hungup && errno != ENXIO)
1551 if (hungup && errno == ENXIO) {
1582 if (!hungup || errno != ENXIO)
1601 if (hungup && errno == ENXIO) {
1647 if (!hungup || errno != ENXIO)
H A Dsys-linux.c264 extern int hungup;
277 return !hungup && ppp_fd >= 0;
278 if (!hungup || ppp_fd == slave_fd)
557 if (!hungup) {
H A Dtty.c736 if (!persist || errno != EINTR || hungup || got_sigterm)
778 if (disconnect_script == NULL || hungup)
H A Dpppd.h214 extern int hungup; /* Physical layer has disconnected */
H A Dmain.c147 int hungup; /* terminal has been hung up */ variable
1093 hungup = 1;
H A Dauth.c559 hungup = 0;
652 if (!hungup)

Completed in 111 milliseconds