Home
last modified time | relevance | path

Searched refs:repstr (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Dradius.c443 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()
Dradius.h57 char *repstr; /* Reply-Message */ member
Dpap.c149 if (*bundle->radius.cfg.file && bundle->radius.repstr) in pap_Success()
150 SendPapCode(authp, PAP_ACK, bundle->radius.repstr); in pap_Success()
Dchap.c567 if (*bundle->radius.cfg.file && bundle->radius.repstr) in chap_Success()
568 msg = bundle->radius.repstr; in chap_Success()