Searched refs:EX_NOHOST (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/include/
H A Dsysexits.h60 * EX_NOHOST -- The host specified did not exist. This is used
101 #define EX_NOHOST 68 /* host name unknown */ macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dsysexits.h44 ** EX_NOHOST -- The host specified did not exist. This is used
93 # define EX_NOHOST 68 /* host name unknown */ macro
H A Dconf.h2764 # define EX_NOTFOUND EX_NOHOST
/freebsd-current/contrib/sendmail/libsm/
H A Dstrexit.c102 case EX_NOHOST:
/freebsd-current/contrib/sendmail/src/
H A Dsysexits.c72 return EX_NOHOST;
H A Ddaemon.c2381 mci_setstat(mci, EX_NOHOST, "5.1.2", MsgBuf);
2383 return EX_NOHOST;
2516 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2518 return EX_NOHOST;
2544 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2546 return EX_NOHOST;
2654 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2657 return EX_NOHOST;
4375 *statp = EX_NOHOST;
4389 *statp = EX_NOHOST;
[all...]
H A Ddomain.c1002 *rcode = EX_NOHOST;
2007 *statp = EX_NOHOST;
H A Dmap.c3456 *statp = EX_NOHOST;
3474 *statp = EX_NOHOST;
3827 *statp = EX_NOHOST;
3886 *statp = EX_NOHOST;
3893 *statp = EX_NOHOST;
6360 *statp = EX_NOHOST;
6369 *statp = EX_NOHOST;
6629 *statp = EX_NOHOST;
H A Ddeliver.c1341 if ((status == EX_NOHOST || status == EX_TEMPFAIL) &&
4527 if (goodmxfound && rcode == EX_NOHOST)
4750 case EX_NOHOST:
5154 else if (status == EX_NOHOST && h_errno != 0)
7113 else if (rcode == EX_NOHOST)
H A Dsm_resolve.c698 *prc = EX_NOHOST;
H A Dparseaddr.c1993 { "nohost", EX_NOHOST },
/freebsd-current/sbin/ping/
H A Dmain.c158 errx(EX_NOHOST, "cannot resolve %s: %s",
171 errx(EX_NOHOST, "cannot resolve %s", target);
H A Dping.c562 errx(EX_NOHOST, "cannot resolve %s: %s",
590 errx(EX_NOHOST, "cannot resolve %s: %s",
H A Dping6.c644 errx(EX_NOHOST, "cannot resolve %s: %s",
652 errx(EX_NOHOST, "cannot resolve %s", target);
/freebsd-current/share/examples/find_interface/
H A Dfind_interface.c69 errx(EX_NOHOST, "cannot resolve hostname: %s", *argv);
/freebsd-current/sbin/nvmecontrol/
H A Dfabrics.c223 exit(EX_NOHOST);
445 return (EX_NOHOST);
497 error = EX_NOHOST;
/freebsd-current/usr.bin/whois/
H A Dwhois.c284 err(EX_NOHOST, "%s: %s", host, gai_strerror(error));
/freebsd-current/sbin/route/
H A Droute.c1337 errx(EX_NOHOST, "bad address: %s", str);
1341 errx(EX_NOHOST, "bad mask length: %s", q + 1);
1354 errx(EX_NOHOST,
1371 errx(EX_NOHOST, "bad address: %s", str);
/freebsd-current/sbin/dumpon/
H A Ddumpon.c634 errx(EX_NOHOST, "%s", gai_strerror(error));
/freebsd-current/usr.sbin/ifmcstat/
H A Difmcstat.c205 exit(EX_NOHOST);
/freebsd-current/sbin/ipfw/
H A Dtables.c1233 errx(EX_NOHOST, "hostname ``%s'' unknown", arg);
H A Dipfw2.c3291 errx(EX_NOHOST, "hostname ``%s'' unknown", av);

Completed in 397 milliseconds