Home
last modified time | relevance | path

Searched refs:response_len (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.h37 int ChapMSValidate __P((chap_state *cstate, u_char *response, int response_len,
40 u_char *response, int response_len, char *secret, int secret_len));
H A Dchap_ms.c394 ChapMSValidate(cstate, response, response_len, secret, secret_len) in ChapMSValidate() argument
397 int response_len;
403 if (response_len < MS_CHAP_RESPONSE_LEN || cstate->chal_len < 8)
603 ChapMSv2Validate(cstate, rhostname, response, response_len, secret, secret_len) in ChapMSv2Validate() argument
607 int response_len;
613 if (response_len < MS_CHAPV2_RESPONSE_LEN ||
/titanic_41/usr/src/cmd/cdrw/
H A Dmmc.c722 size_t response_len; in ftr_supported() local
726 response_len = MMC_FTR_HDR_LEN + MMC_FTR_DSCRPTR_BASE_LEN; in ftr_supported()
727 bufp = (uchar_t *)my_zalloc(response_len); in ftr_supported()
733 if (get_configuration(fd, feature, response_len, bufp) == 1) { in ftr_supported()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dncalogd.h82 uint32_t response_len; member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c656 r->response_len); in b2clf_buf()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c711 req->response_len = (uint_t)suri->resplen; in nl7c_logd_log()
H A Dnl7chttp.c1926 req->response_len -= (uint_t)shttp->headlen; in nl7c_http_log()