Lines Matching defs:error

129  * Log a DNS error message
138 { FORMERR, "message format error" },
139 { SERVFAIL, "server internal error" },
153 char *errmsg = "unknown error";
226 * Display GSS error message from error code. This routine is used to display
227 * the mechanism independent and mechanism specific error messages for GSS
228 * routines. The major status error code is the mechanism independent error
229 * code and the minor status error code is the mechanism specific error code.
252 syslog(LOG_ERR, "dyndns (secure update): GSS major status error: %s",
266 syslog(LOG_ERR, "dyndns (secure update): GSS minor status error: %s",
284 * 0 on error, or length of domain name written to buf
372 * -1 on error, or number of nameservers returned in ns
432 * -1 on error, or length of data written (or that would be written) to buf
519 * -1 on error, or length of data written (or that would be written) to buf
608 * alg_name sign_time fudge_time [mac_size] [mac_data] [orig_id] error
648 * -1 on error, or length of message written to buf
855 syslog(LOG_ERR, "dyndns: secure update error: "
866 syslog(LOG_ERR, "dyndns: secure update error: "
883 syslog(LOG_ERR, "dyndns: secure update error: "
895 syslog(LOG_ERR, "dyndns: secure update error: "
903 syslog(LOG_ERR, "dyndns: secure update error: "
914 "secure update error: key exchange error");
921 syslog(LOG_ERR, "dyndns: secure update error: "
1044 * -1 on error, or length of message written to buf
1137 * -1 : an error occurred
1217 * Perform non-secure dynamic DNS update. On error, perform secure update
1227 * and check for error. If there is no error then the local NSS cached is
1252 * -1: error
1321 "dyndns: error while checking current DNS entry");
1385 syslog(LOG_ERR, "dyndns: update error: "
1409 syslog(LOG_ERR, "dyndns: update error: "
1420 syslog(LOG_ERR, "dyndns: update error: "
1486 * DNS servers typically return REFUSED error code when
1489 * REFUSED error messages when performing
1490 * non-secure updates. Otherwise, "REFUSED" error
1663 int forw_update_ok, error;
1683 error = 0;
1694 error++;
1704 error++;
1721 error++;
1737 error++;
1741 return ((error == 0) ? 0 : -1);
1758 int error;
1778 error = 0;
1793 error++;
1797 return ((error == 0) ? 0 : -1);