Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1054 if (!hungup) {
1059 if (!hungup) {
1070 if (hungup && default_device && tty_sid > 0) {
1382 if (!hungup && errno != ENXIO) {
1959 if (hungup && errno == ENXIO) {
1997 if (!hungup || errno != ENXIO) {
2025 if (hungup && errno == ENXIO) {
2164 if (!hungup || errno != ENXIO) {
H A Dmain.c105 bool hungup; /* terminal has been hung up */ variable
666 hungup = 0;
821 if (!persist || errno != EINTR || hungup || kill_link)
953 if (!hungup)
964 !hungup) {
1407 hungup = 1; in get_input()
H A Dpppd.h185 extern bool hungup; /* Physical layer has disconnected */