Searched refs:EX_PROTOCOL (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/include/
H A Dsysexits.h86 * EX_PROTOCOL -- the remote system returned something that
110 #define EX_PROTOCOL 76 /* remote error in protocol */ macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dsysexits.h69 ** EX_PROTOCOL -- the remote system returned something that
97 # define EX_PROTOCOL 76 /* remote error in protocol */ macro
/freebsd-10-stable/contrib/sendmail/src/
H A Dsysexits.c119 return EX_PROTOCOL;
130 return EX_PROTOCOL;
H A Dusersmtp.c2246 mci_setstat(mci, EX_PROTOCOL, ENHSCN(enhsc, "5.5.1"),
2249 return EX_PROTOCOL;
2495 mci_setstat(mci, EX_PROTOCOL, ENHSCN(enhsc, "5.5.1"),
2497 return EX_PROTOCOL;
2625 mci_setstat(mci, EX_PROTOCOL, ENHSCN(enhsc, "5.5.1"),
2630 : EX_PROTOCOL;
2632 return EX_PROTOCOL;
2698 mci_setstat(mci, EX_PROTOCOL, "5.5.0", NULL);
2700 return EX_PROTOCOL;
2744 rstat = xstat = EX_PROTOCOL;
[all...]
H A Dmci.c551 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
H A Ddeliver.c3008 case EX_PROTOCOL:
3762 case EX_PROTOCOL:
6204 return EX_PROTOCOL;
H A Dparseaddr.c1948 { "protocol", EX_PROTOCOL },
H A Dmap.c8111 *statp = EX_PROTOCOL;
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dstrexit.c118 case EX_PROTOCOL:
/freebsd-10-stable/tools/test/netfibs/
H A Dreflect.c83 errx(EX_PROTOCOL, "Not received START on first "
86 errx(EX_PROTOCOL, "START without test case name: %s",
89 errx(EX_PROTOCOL, "START test case does not match "
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c153 pjdlog_exitx(EX_PROTOCOL, "Invalid datasize received (%ju).",
162 pjdlog_exitx(EX_PROTOCOL,
170 pjdlog_exitx(EX_PROTOCOL,
176 pjdlog_exitx(EX_PROTOCOL, "Invalid command received (%hhu).",
197 pjdlog_exitx(EX_PROTOCOL,
/freebsd-10-stable/libexec/pppoed/
H A Dpppoed.c390 _exit(EX_PROTOCOL);

Completed in 182 milliseconds