Home | History | Annotate | Download | only in libpcap

Lines Matching refs:MAX_LINE_SIZE

50 #define MAX_LINE_SIZE		255				/* max size of a buffer/line in /etc/hosts we allow */
259 char buf[MAX_LINE_SIZE];
270 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */
501 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE];