Searched refs:msrepstr (Results 1 – 3 of 3) sorted by relevance
565 free(r->msrepstr); in radius_Process()567 r->msrepstr = NULL; in radius_Process()579 if ((r->msrepstr = rad_cvt_string((const char *)data, in radius_Process()588 " MS-CHAP2-Success \"%s\"\n", r->msrepstr); in radius_Process()776 r->msrepstr = NULL; in radius_Init()808 free(r->msrepstr); in radius_Destroy()809 r->msrepstr = NULL; in radius_Destroy()1321 r->msrepstr ? r->msrepstr : ""); in radius_Show()
58 char *msrepstr; /* MS-CHAP2-Response */ member
560 if (*bundle->radius.cfg.file && bundle->radius.msrepstr) in chap_Success()561 msg = bundle->radius.msrepstr; in chap_Success()