Home
last modified time | relevance | path

Searched refs:MS_CHAPV2_RESPONSE_LEN (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.h68 #define MS_CHAPV2_RESPONSE_LEN 49 /* Response length for MS-CHAPv2 */ macro
H A Dchap_ms.c513 BCOPY(&response, cstate->response, MS_CHAPV2_RESPONSE_LEN);
514 cstate->resp_length = MS_CHAPV2_RESPONSE_LEN;
613 if (response_len < MS_CHAPV2_RESPONSE_LEN ||