Home
last modified time | relevance | path

Searched refs:EX_PROTOCOL (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/sendmail/src/
H A Dsysexits.c119 return EX_PROTOCOL;
130 return EX_PROTOCOL;
H A Dusersmtp.c2365 return EX_PROTOCOL;
2637 return EX_PROTOCOL;
2764 return EX_PROTOCOL;
2823 mci_setstat(mci, EX_PROTOCOL, "5.5.0", NULL);
2825 return EX_PROTOCOL;
2869 rstat = xstat = EX_PROTOCOL;
2873 rstat = EX_PROTOCOL;
2884 if (rstat != EX_PROTOCOL)
2954 status = xstat = EX_PROTOCOL;
2958 status = EX_PROTOCOL;
[all …]
H A Dmci.c587 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
H A Ddeliver.c3794 case EX_PROTOCOL:
3842 if (EX_PROTOCOL != rcode &&
4763 case EX_PROTOCOL:
7582 ret = EX_PROTOCOL;
H A Dparseaddr.c1997 { "protocol", EX_PROTOCOL },
H A Dmap.c8930 *statp = EX_PROTOCOL;
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c153 pjdlog_exitx(EX_PROTOCOL, "Invalid datasize received (%ju).", in adreq_decode_and_validate_header()
162 pjdlog_exitx(EX_PROTOCOL, in adreq_decode_and_validate_header()
170 pjdlog_exitx(EX_PROTOCOL, in adreq_decode_and_validate_header()
176 pjdlog_exitx(EX_PROTOCOL, "Invalid command received (%hhu).", in adreq_decode_and_validate_header()
197 pjdlog_exitx(EX_PROTOCOL, in adreq_validate_data()
/freebsd-14.2/tools/test/netfibs/
H A Dreflect.c81 errx(EX_PROTOCOL, "Not received START on first " in reflect_conn()
84 errx(EX_PROTOCOL, "START without test case name: %s", in reflect_conn()
87 errx(EX_PROTOCOL, "START test case does not match " in reflect_conn()
/freebsd-14.2/include/
H A Dsysexits.h111 #define EX_PROTOCOL 76 /* remote error in protocol */ macro
/freebsd-14.2/contrib/sendmail/include/sm/
H A Dsysexits.h101 # define EX_PROTOCOL 76 /* remote error in protocol */ macro
/freebsd-14.2/contrib/sendmail/libsm/
H A Dstrexit.c118 case EX_PROTOCOL:
/freebsd-14.2/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c204 errx(EX_PROTOCOL, "No data for %s", suffix); in wdc_do_dump_e6()
313 errx(EX_PROTOCOL, "ERROR : No valid header "); in wdc_get_dui_log_size()
333 errx(EX_PROTOCOL, "No data for %s", suffix); in wdc_do_dump_dui()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntpd.c160 #ifndef EX_PROTOCOL
161 #define EX_PROTOCOL 76 macro
1715 return EX_PROTOCOL;
/freebsd-14.2/libexec/pppoed/
H A Dpppoed.c390 _exit(EX_PROTOCOL); in Spawn()