Home
last modified time | relevance | path

Searched refs:NOERROR (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dres_query.c109 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
122 case NOERROR:
134 if (hp->rcode == NOERROR && ntohs(hp->ancount) > 0)
H A Dres_mkquery.c174 hp->rcode = NOERROR;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c121 hp->rcode = NOERROR; /*%< default */ in res_nquery()
169 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
185 case NOERROR: in res_nquery()
H A Dres_mkquery.c156 hp->rcode = NOERROR; in res_nmkquery()
262 *cp++ = NOERROR; /*%< extended RCODE */ in res_nopt()
H A Dres_sendsigned.c78 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, in res_nsendsigned()
H A Dres_update.c176 if (((HEADER *)answer)->rcode == NOERROR) in res_nupdate()
H A Dres_mkupdate.c103 hp->rcode = NOERROR; in res_nmkupdate()
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h81 #define NOERROR 0 /* no error */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c606 mp->b_rptr[0] = NOERROR; in ptmwput()
688 mp->b_rptr[0] = NOERROR; in ptmwsrv()
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c388 FINDINIT volatile rc = NOERROR; /* findinit return code */ in search()
419 if ((rc = findinit()) == NOERROR) { in search()
H A Dglobal.h51 NOERROR, enumerator
H A Dfind.c762 return (NOERROR); in findinit()
833 return (NOERROR); in findinit()
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h192 #define NOERROR ns_r_noerror macro
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c310 if (error != NOERROR) in ns_verify()
472 if (error != NOERROR) in ns_verify_tcp()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c408 if (errnum == NOERROR) in dyndns_syslog()
1109 if (ret != NOERROR) { in dyndns_establish_sec_ctx()
1642 if (ret != NOERROR) { in dyndns_sec_add_remove_entry()
1842 if (ret == NOERROR) { in dyndns_add_remove_entry()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmktest.sh277 ++NOERROR) error= ;;
H A DRELEASE241 05-09-22 mktest.sh: add EXEC [ ++NOOUTPUT ++NOERROR ++NOEXIT ]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h772 #define NOERROR ((unsigned char)-1) macro
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c409 if (hp->rcode != NOERROR) { in resolv_decode()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h108 # ifdef NOERROR
109 # undef NOERROR /* avoid <sys/streams.h> conflict */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c96 #define NOERROR 0 macro
5287 (void) print_cmd_buf(stderr, NOERROR); in ipsec_conf_add()
5302 (void) print_cmd_buf(stderr, NOERROR); in ipsec_conf_add()
5431 if (print_cmd_buf(policy_fp, NOERROR) == -1) { in ipsec_conf_add()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c65 # undef NOERROR
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2029 if (*bp->b_rptr != NOERROR) { /* read error */ in strrput_nondata()
2041 if (*bp->b_rptr != NOERROR) { /* write error */ in strrput_nondata()