Searched refs:configfd (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 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 49 milliseconds