Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/resolv/
Dres_send.c308 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
442 ans, anssiz, &resplen); in res_nsend()
454 return (resplen); in res_nsend()
484 resplen = n; in res_nsend()
499 resplen = n; in res_nsend()
510 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
528 ans, anssiz, &resplen); in res_nsend()
553 return (resplen); in res_nsend()
630 int truncating, connreset, resplen, n; in send_vc() local
753 resplen = ns_get16(ans); in send_vc()
[all …]
/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dhn_nvs.c96 size_t resplen, min_resplen = *resplen0; in hn_nvs_xact_execute() local
115 hdr = vmbus_chan_xact_wait(sc->hn_prichan, xact, &resplen, in hn_nvs_xact_execute()
121 if (resplen < min_resplen) { in hn_nvs_xact_execute()
122 if_printf(sc->hn_ifp, "invalid NVS resp len %zu\n", resplen); in hn_nvs_xact_execute()
131 *resplen0 = resplen; in hn_nvs_xact_execute()
/freebsd-12-stable/sys/dev/hyperv/input/
Dhv_kbdc.c346 size_t resplen; in hv_kbd_connect_vsp() local
371 resp = vmbus_chan_xact_wait(sc->hs_chan, xact, &resplen, true); in hv_kbd_connect_vsp()
372 if (resplen < HV_KBD_PROTO_RESP_SZ) { in hv_kbd_connect_vsp()
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_clnt.c2764 size_t resplen; in tls_process_cert_status_body() local
2773 if (!PACKET_get_net_3_len(pkt, &resplen) in tls_process_cert_status_body()
2774 || PACKET_remaining(pkt) != resplen) { in tls_process_cert_status_body()
2779 s->ext.ocsp.resp = OPENSSL_malloc(resplen); in tls_process_cert_status_body()
2786 s->ext.ocsp.resp_len = resplen; in tls_process_cert_status_body()
2787 if (!PACKET_copy_bytes(pkt, s->ext.ocsp.resp, resplen)) { in tls_process_cert_status_body()
/freebsd-12-stable/sys/dev/mpt/
Dmpt_cam.c4631 int resplen = 0; in mpt_scsi_tgt_status() local
4702 resplen = MIN_FCP_RESPONSE_SIZE; in mpt_scsi_tgt_status()
4707 resplen = MIN_FCP_RESPONSE_SIZE; in mpt_scsi_tgt_status()
4711 resplen = MIN_FCP_RESPONSE_SIZE; in mpt_scsi_tgt_status()
4717 resplen = MIN_FCP_RESPONSE_SIZE + sense_len; in mpt_scsi_tgt_status()
4736 if (status == SCSI_STATUS_OK && resplen == 0) { in mpt_scsi_tgt_status()
4746 fl |= resplen; in mpt_scsi_tgt_status()