Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Ddial.h56 #define NO_ANS (-3) /* no answer (caller script failed) */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.h54 #define NO_ANS (-3) /* no answer (caller script failed) */ macro
H A Ddial.c239 case SS_CHAT_FAILED: return(NO_ANS);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c235 return (NO_ANS); in dial()