Searched refs:resplen (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c2392 unsigned long resplen, n; local
2422 n2l3(p, resplen);
2423 if (resplen + 4 != n) {
2428 s->tlsext_ocsp_resp = BUF_memdup(p, resplen);
2434 s->tlsext_ocsp_resplen = resplen;
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c306 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
440 ans, anssiz, &resplen);
452 return (resplen);
482 resplen = n;
497 resplen = n;
508 ans, (resplen > anssiz) ? anssiz : resplen);
526 ans, anssiz, &resplen);
551 return (resplen);
628 int truncating, connreset, resplen, local
837 int resplen, seconds, n, s; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c189 size_t resplen; local
262 resplen = sizeof(struct iwch_create_cq_resp_v0);
267 resplen = sizeof uresp;
269 if (ib_copy_to_udata(udata, &uresp, resplen)) {
/freebsd-11-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.c346 size_t resplen; local
371 resp = vmbus_chan_xact_wait(sc->hs_chan, xact, &resplen, true);
372 if (resplen < HV_KBD_PROTO_RESP_SZ) {
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dhn_nvs.c94 size_t resplen, min_resplen = *resplen0; local
113 hdr = vmbus_chan_xact_wait(sc->hn_prichan, xact, &resplen,
119 if (resplen < min_resplen) {
120 if_printf(sc->hn_ifp, "invalid NVS resp len %zu\n", resplen);
129 *resplen0 = resplen;
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c4649 int resplen = 0; local
4720 resplen = MIN_FCP_RESPONSE_SIZE;
4725 resplen = MIN_FCP_RESPONSE_SIZE;
4729 resplen = MIN_FCP_RESPONSE_SIZE;
4735 resplen = MIN_FCP_RESPONSE_SIZE + sense_len;
4754 if (status == SCSI_STATUS_OK && resplen == 0) {
4764 fl |= resplen;

Completed in 257 milliseconds