Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1048 if (!hungup) {
1053 if (!hungup) {
1064 if (hungup && default_device && tty_sid > 0) {
1323 if (!hungup && errno != ENXIO) {
1900 if (hungup && errno == ENXIO) {
1938 if (!hungup || errno != ENXIO) {
1966 if (hungup && errno == ENXIO) {
2105 if (!hungup || errno != ENXIO) {
H A Dmain.c102 bool hungup; /* terminal has been hung up */ variable
663 hungup = 0;
818 if (!persist || errno != EINTR || hungup || kill_link)
950 if (!hungup)
961 !hungup) {
1404 hungup = 1; in get_input()
H A Dpppd.h192 extern bool hungup; /* Physical layer has disconnected */