Home
last modified time | relevance | path

Searched refs:EX_NOHOST (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Dsysexits.h83 # define EX_NOHOST 68 /* host name unknown */ macro
H A Dsysexits.c74 return EX_NOHOST;
H A Ddaemon.c2319 mci_setstat(mci, EX_NOHOST, "5.1.2", MsgBuf);
2321 return EX_NOHOST;
2403 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2405 return EX_NOHOST;
2431 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2433 return EX_NOHOST;
2505 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2511 return EX_NOHOST;
4114 *statp = EX_NOHOST;
4128 *statp = EX_NOHOST;
H A Ddomain.c299 *rcode = EX_NOHOST;
1145 *statp = EX_NOHOST;
H A Dmap.c2847 *statp = EX_NOHOST;
2866 *statp = EX_NOHOST;
3216 *statp = EX_NOHOST;
3275 *statp = EX_NOHOST;
3282 *statp = EX_NOHOST;
5660 *statp = EX_NOHOST;
5669 *statp = EX_NOHOST;
5929 *statp = EX_NOHOST;
H A Ddeliver.c1210 if ((status == EX_NOHOST || status == EX_TEMPFAIL) &&
3491 if (goodmxfound && rcode == EX_NOHOST)
3737 case EX_NOHOST:
4074 else if (status == EX_NOHOST && h_errno != 0)
5821 if (rcode == EX_NOHOST)
H A Dparseaddr.c1945 { "nohost", EX_NOHOST },
/titanic_41/usr/src/head/
H A Dsysexits.h110 #define EX_NOHOST 68 /* host name unknown */ macro
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dsysexits.h91 # define EX_NOHOST 68 /* host name unknown */ macro
H A Dconf.h2726 # define EX_NOTFOUND EX_NOHOST
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dstrexit.c104 case EX_NOHOST:
/titanic_41/usr/src/cmd/bnu/
H A Ddkerr.c122 return(EX_NOHOST); in dkerrmap()
H A Duucp.c294 cleanup(-EX_NOHOST);
318 cleanup(-EX_NOHOST);
H A Duux.c362 cleanup(EX_NOHOST);
575 cleanup(EX_NOHOST);
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c232 exit(EX_NOHOST); in gethostinfo()