Searched refs:response_len (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap_ms.h | 37 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 D | chap_ms.c | 394 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 D | mmc.c | 722 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 D | ncalogd.h | 82 uint32_t response_len; member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nca/ |
H A D | ncab2clf.c | 656 r->response_len); in b2clf_buf()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 711 req->response_len = (uint_t)suri->resplen; in nl7c_logd_log()
|
H A D | nl7chttp.c | 1926 req->response_len -= (uint_t)shttp->headlen; in nl7c_http_log()
|