Searched refs:avpopt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c53 static struct avpopt { struct
55 struct avpopt *next;
56 } *avpopt = NULL; variable in typeref:struct:avpopt
185 struct avpopt *p = malloc(sizeof(struct avpopt));
189 p->next = avpopt;
190 avpopt = p;
1238 while (avpopt) {
1239 struct avpopt *n = avpopt
[all...]

Completed in 62 milliseconds