Home | Sort by: relevance | last modified time | path |
/src/lib/libc/resolv/ | |
res_send.c | 344 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local in function:res_nsend 479 ans, anssiz, &resplen); 491 return (resplen); 521 resplen = n; 536 resplen = n; 547 ans, (resplen > anssiz) ? anssiz : resplen); 565 ans, anssiz, &resplen); 590 return (resplen); 667 int truncating, connreset, resplen; local in function:send_vc 879 ssize_t resplen; local in function:send_dg [all...] |
/src/sys/dev/hyperv/ | |
hvs.c | 744 int datalen, resplen; local in function:fixup_inquiry 747 resplen = srb->srb_datalen >= 5 ? inq->additional_length + 5 : 0; 748 datalen = MIN(resplen, srb->srb_datalen); |