HomeSort by relevance Sort by last modified time
    Searched defs:rcode (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
writev.c 44 int i, rcode = 0, count = 0; local
47 rcode = write(fd, tv->iov_base, tv->iov_len);
49 if (rcode < 0)
52 count += rcode;
56 return (rcode);
  /onnv/onnv-gate/usr/src/cmd/ttymon/
tmhandler.c 281 int rcode; local
289 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED);
290 if (rcode == -1 && errno == EINTR)
294 if (rcode == -1 || (pid = info.si_pid) == 0)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
dd_misc.c 76 int rcode; local
80 rcode = enumerate_dd(&module, &count);
81 if (rcode != DSVC_SUCCESS) {
82 throw_libdhcpsvc_exception(env, rcode);
441 int rcode; local
443 rcode = enumerate_dd(&module, &count);
444 if (rcode != DSVC_SUCCESS) {
445 throw_libdhcpsvc_exception(env, rcode);
dhcptab.c 313 int rcode; local
331 rcode = open_dd(&handle, &datastore, DSVC_DHCPTAB,
335 if (rcode != DSVC_SUCCESS) {
336 throw_open_dd_exception(env, rcode, DT_DHCPTAB);
347 rcode = lookup_dd(handle, B_FALSE, query, 1, &record,
351 if (rcode == DSVC_SUCCESS) {
362 throw_libdhcpsvc_exception(env, rcode);
392 int rcode; local
409 rcode = open_dd(&curHandle, &curDatastore, DSVC_DHCPTAB,
413 if (rcode != DSVC_SUCCESS)
487 int rcode; local
592 int rcode; local
665 int rcode; local
797 int rcode; local
851 int rcode; local
914 int rcode; local
963 int rcode; local
999 int rcode; local
    [all...]
network.c 406 int rcode; local
423 rcode = list_dd(&datastore, DSVC_DHCPNETWORK, &list, &count);
427 if (rcode != DSVC_SUCCESS) {
428 throw_libdhcpsvc_exception(env, rcode);
493 int rcode; local
518 rcode = open_dd(&curHandle, &curDatastore, DSVC_DHCPNETWORK, net,
522 if (rcode != DSVC_SUCCESS) {
523 throw_open_dd_exception(env, rcode, net);
530 rcode = open_dd(&newHandle, &newDatastore, DSVC_DHCPNETWORK, net,
534 if (rcode != DSVC_SUCCESS)
608 int rcode; local
703 int rcode; local
779 int rcode; local
861 int rcode; local
931 int rcode; local
1033 int rcode; local
1079 int rcode; local
    [all...]
service.c 82 int rcode; local
92 rcode = status_dd(&datastore);
93 if (rcode != DSVC_SUCCESS) {
94 throw_libdhcpsvc_exception(env, rcode);
538 int rcode; local
548 rcode = mklocation_dd(&datastore);
549 if (rcode != DSVC_SUCCESS) {
550 throw_libdhcpsvc_exception(env, rcode);
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
savemail.c 1700 int rcode; local
    [all...]
domain.c 112 int i, rcode; local
136 &rcode, false, &ttl);
190 ** rcode -- a pointer to an EX_ status code.
207 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl)
212 int *rcode;
238 *rcode = EX_OK;
299 *rcode = EX_NOHOST;
311 *rcode = EX_TEMPFAIL;
317 *rcode = EX_OSERR;
498 *rcode = EX_TEMPFAIL
    [all...]
usersmtp.c 2861 int rcode; local
    [all...]
deliver.c 1307 int rcode; /* response code */ local
5807 auto int rcode; local
    [all...]
main.c 4264 auto int rcode; local
4310 auto int rcode = EX_OK; local
4361 auto int rcode = EX_OK; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/
conf_mod.c 233 char rcode[DECIMAL_SIZE(ret)+1]; local
235 BIO_snprintf(rcode, sizeof rcode, "%-8d", ret);
236 ERR_add_error_data(6, "module=", name, ", value=", value, ", retcode=", rcode);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/
res_findzonecut.c 278 u_int rcode; local
310 rcode = ns_msg_getflag(msg, ns_f_rcode);
313 if (ancount > 0 && rcode == ns_r_noerror)
res_debug.c 301 u_int opcode, rcode, id; local
308 rcode = ns_msg_getflag(handle, ns_f_rcode);
318 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
321 _res_opcodes[opcode], p_rcode(rcode), id);
739 * Return a string for the rcode.
742 p_rcode(int rcode) {
743 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_dns.c 50 static char *dns_rcode_string(uint_t rcode);
121 if (header.rcode == 0) {
138 header.rcode,
139 dns_rcode_string(header.rcode));
165 header.rcode, dns_rcode_string(header.rcode));
254 dns_rcode_string(uint_t rcode)
257 switch (rcode) {
264 case ns_r_badvers: return ("Bad Version"); /* EDNS rcode */
266 (void) snprintf(buffer, sizeof (buffer), "Unknown (%u)", rcode);
467 uint16_t rcode; \/* Extracted from the DNS header *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sdiff/
sdiff.c 98 static int rcode = 0; /* return code */ variable
273 rcode = 1;
364 return (rcode);
624 exit(rcode);
671 exit(rcode);
  /onnv/onnv-gate/usr/src/head/arpa/
nameser_compat.h 145 unsigned rcode :4; /* response code */ member in struct:__anon2579
155 unsigned rcode :4; /* response code */ member in struct:__anon2579
  /onnv/onnv-gate/usr/src/lib/libresolv/arpa/
nameser.h 162 u_char rcode:4; /* response code */ member in struct:__anon3988
173 u_char rcode:4; /* response code */ member in struct:__anon3988
  /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/
hci1394_async.c 1235 uint_t rcode; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ntxn/
unm_nic_ctx.c 178 u32 rcode = NX_RCODE_SUCCESS; local
207 rcode = NX_RCODE_TIMEOUT;
210 &rcode, 4);
211 rcode = LE_TO_HOST_32(rcode);
214 unm_nic_driver_name, rcode);
220 return (rcode);
226 u32 rcode = NX_RCODE_SUCCESS; local
230 rcode = netxen_issue_cmd(adapter,
238 if (rcode != NX_RCODE_SUCCESS
    [all...]
nxhal_nic_interface.h 161 /* [CMD] Rx Config DMA Addr [RSP] rcode */
164 /* [CMD] Rx Context Handle, Reset Kind [RSP] rcode */
167 /* [CMD] Tx Config DMA Addr [RSP] rcode */
170 /* [CMD] Tx Context Handle, Reset Kind [RSP] rcode */
173 /* [CMD] Stat setup dma addr - [RSP] Handle, rcode */
176 /* [CMD] Handle - [RSP] rcode */
179 /* [CMD] Handle - [RSP] rcode */
182 /* [CMD] - [RSP] rcode */
185 /* [CMD] MTU - [RSP] rcode */
277 nx_rcode_t rcode; member in struct:nx_cardmsg_rx_rule_s
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ipsecah.c 1169 int rcode; local
    [all...]
ipsecesp.c 3795 int rcode; local
    [all...]
sadb.c 2937 int rcode; local
4387 int rcode = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
uDNS.c 2772 mDNSu8 rcode = (mDNSu8)(msg->h.flags.b[1] & kDNSFlag1_RC); local
3157 mDNSu8 rcode = (mDNSu8)(pktMsg->h.flags.b[1] & kDNSFlag1_RC); local
    [all...]

Completed in 1810 milliseconds