Searched refs:repstr (Results 1 – 4 of 4) sorted by relevance
443 free(r->repstr); in radius_Process()444 if ((r->repstr = rad_cvt_string(data, len)) == NULL) { in radius_Process()451 " Reply-Message \"%s\"\n", r->repstr); in radius_Process()775 r->repstr = NULL; in radius_Init()808 free(r->repstr); in radius_Destroy()809 r->repstr = NULL; in radius_Destroy()1309 prompt_Printf(p, " Message: %s\n", r->repstr ? r->repstr : ""); in radius_Show()
57 char *repstr; /* Reply-Message */ member
149 if (*bundle->radius.cfg.file && bundle->radius.repstr) in pap_Success()150 SendPapCode(authp, PAP_ACK, bundle->radius.repstr); in pap_Success()
567 if (*bundle->radius.cfg.file && bundle->radius.repstr) in chap_Success()568 msg = bundle->radius.repstr; in chap_Success()