Searched refs:avpopt (Results 1 – 1 of 1) sorted by relevance
55 static struct avpopt { struct57 struct avpopt *next; argument58 } *avpopt = NULL; variable187 struct avpopt *p = malloc(sizeof(struct avpopt)); in add_avp()191 p->next = avpopt; in add_avp()192 avpopt = p; in add_avp()1285 while (avpopt) { in radius_init()1286 struct avpopt *n = avpopt->next; in radius_init()1288 rc_avpair_parse(avpopt->vpstr, &rstate.avp); in radius_init()1289 free(avpopt->vpstr); in radius_init()[all …]