Home | History | Annotate | Download | only in libpcap

Lines Matching defs:fp

256 	FILE	*fp;
264 if ((fp = fopen("/etc/hosts", "r")) == NULL) { /* try to open the hosts file and if it fails */
268 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */
301 fclose(fp);