Searched refs:clientfd (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.c455 FILE *clientfd; local
466 if ((clientfd = fopen (rc_conf_str("servers"), "r")) == (FILE *) NULL)
475 while (fgets (buffer, sizeof (buffer), clientfd) != (char *) NULL)
534 fclose (clientfd);

Completed in 59 milliseconds