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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c188 FILE *configfd; local
193 if ((configfd = fopen(filename,"r")) == NULL)
200 while ((fgets(buffer, sizeof(buffer), configfd) != NULL))
254 fclose(configfd);

Completed in 62 milliseconds