Home
last modified time | relevance | path

Searched refs:resplen (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c306 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
434 ans, anssiz, &resplen); in res_nsend()
443 return (resplen); in res_nsend()
473 resplen = n; in res_nsend()
484 resplen = n; in res_nsend()
495 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
513 ans, anssiz, &resplen); in res_nsend()
535 return (resplen); in res_nsend()
609 int truncating, connreset, resplen, n; in send_vc() local
752 resplen = ns_get16(ans); in send_vc()
[all …]
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c141 int try, v_circuit, resplen, ns; local
271 if ((resplen = ntohs(*(u_short *)cp)) >
281 len = resplen;
304 len = resplen - anslen;
312 resplen = anslen;
442 if ((resplen = recv(s, answer, anslen, 0))
498 return (resplen);
/illumos-gate/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c155 size_t reqlen, resplen; in usmp_exec() local
160 smp_action_get_response_frame(ap, &resp, &resplen); in usmp_exec()
165 ASSERT(resplen != 0); in usmp_exec()
170 cmd.usmp_rspsize = resplen; in usmp_exec()
193 smp_action_set_response_len(ap, resplen); in usmp_exec()
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2569 unsigned resplen; local
2647 resplen = strlen((char *)nonce) + strlen("nonce") + 5;
2649 resplen = strlen(nonce) + strlen("nonce") + 5;
2652 &(text->out_buf_len), resplen);
2667 &text->out_buf, &text->out_buf_len, &resplen,
2689 &text->out_buf, &text->out_buf_len, &resplen,
2709 &text->out_buf, &text->out_buf_len, &resplen,
2727 &text->out_buf, &text->out_buf_len, &resplen,
2751 &text->out_buf, &text->out_buf_len, &resplen,
2767 &text->out_buf, &text->out_buf_len, &resplen,
[all …]
/illumos-gate/usr/src/common/ccid/
H A Datr.c1122 atr_pps_valid(void *reqbuf, size_t reqlen, void *respbuf, size_t resplen) in atr_pps_valid() argument
1127 if (resplen > PPS_LEN_MAX || resplen < PPS_LEN_MIN) in atr_pps_valid()
1133 for (i = 0, val = 0; i < resplen; i++) { in atr_pps_valid()
1160 if (val != resplen) in atr_pps_valid()
/illumos-gate/usr/src/head/
H A Dresolv.h147 int *resplen));
154 int *resplen));
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c74 int rlen, nlen, clen, qlen, ulen, resplen, dlen; member
437 attr->resplen = DIGEST_SIZE * 2; in digest_client_resp()
567 attr_out->resplen = vlen; in digest_parse()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c514 int resplen; in getresponse() local
517 resplen = strlen(resp) - 1; in getresponse()
518 if (resp[resplen] == '\n') in getresponse()
519 resp[resplen] = '\0'; in getresponse()
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h1100 const char *response, unsigned resplen);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c236 int resplen, opaque_t pd, int flags);
6457 fcip_ipkt_alloc(struct fcip *fptr, int cmdlen, int resplen, in fcip_ipkt_alloc() argument
6547 if (resplen) { in fcip_ipkt_alloc()
6554 if (ddi_dma_mem_alloc(fc_pkt->pkt_resp_dma, resplen, in fcip_ipkt_alloc()
6563 if (real_len < resplen) { in fcip_ipkt_alloc()
6576 fc_pkt->pkt_rsplen = resplen; in fcip_ipkt_alloc()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c2456 unsigned resplen __attribute__((unused))) argument
2461 unsigned resplen __attribute__((unused)))