Home
last modified time | relevance | path

Searched refs:D_HUNG (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/head/
H A Ddial.h55 #define D_HUNG (-2) /* dialer hung (no return from write) */ macro
/titanic_44/usr/src/cmd/bnu/
H A Ddial.h53 #define D_HUNG (-2) /* dialer hung (no return from write) */ macro
H A Ddial.c237 case SS_DIAL_FAILED: return(D_HUNG);
/titanic_44/usr/src/lib/libnsl/dial/
H A Ddial.c229 return (D_HUNG); in dial()