Searched refs:EX_PROTOCOL (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | sysexits.c | 119 return EX_PROTOCOL; 130 return EX_PROTOCOL;
|
| H A D | usersmtp.c | 2287 return EX_PROTOCOL; 2535 return EX_PROTOCOL; 2666 : EX_PROTOCOL; 2668 return EX_PROTOCOL; 2736 return EX_PROTOCOL; 2780 rstat = xstat = EX_PROTOCOL; 2784 rstat = EX_PROTOCOL; 2795 if (rstat != EX_PROTOCOL) 2864 status = xstat = EX_PROTOCOL; 2868 status = EX_PROTOCOL; [all …]
|
| H A D | mci.c | 592 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
|
| H A D | deliver.c | 3128 case EX_PROTOCOL: 3955 case EX_PROTOCOL: 6475 return EX_PROTOCOL;
|
| H A D | parseaddr.c | 1963 { "protocol", EX_PROTOCOL },
|
| H A D | map.c | 8659 *statp = EX_PROTOCOL;
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | receiver.c | 153 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-13.1/tools/test/netfibs/ |
| H A D | reflect.c | 83 errx(EX_PROTOCOL, "Not received START on first " in reflect_conn() 86 errx(EX_PROTOCOL, "START without test case name: %s", in reflect_conn() 89 errx(EX_PROTOCOL, "START test case does not match " in reflect_conn()
|
| /freebsd-13.1/include/ |
| H A D | sysexits.h | 112 #define EX_PROTOCOL 76 /* remote error in protocol */ macro
|
| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | sysexits.h | 97 # define EX_PROTOCOL 76 /* remote error in protocol */ macro
|
| /freebsd-13.1/contrib/sendmail/libsm/ |
| H A D | strexit.c | 118 case EX_PROTOCOL:
|
| /freebsd-13.1/sbin/nvmecontrol/modules/wdc/ |
| H A D | wdc.c | 206 errx(EX_PROTOCOL, "No data for %s", suffix); in wdc_do_dump_e6() 315 errx(EX_PROTOCOL, "ERROR : No valid header "); in wdc_get_dui_log_size() 335 errx(EX_PROTOCOL, "No data for %s", suffix); in wdc_do_dump_dui()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntpd.c | 163 #ifndef EX_PROTOCOL 164 #define EX_PROTOCOL 76 macro 1689 return EX_PROTOCOL;
|
| /freebsd-13.1/libexec/pppoed/ |
| H A D | pppoed.c | 392 _exit(EX_PROTOCOL); in Spawn()
|