Searched refs:fnetstat (Results 1 – 1 of 1) sorted by relevance
108 if (fscanf(fnetstat, fmt, &nc->val) != 1) in netstat_read_type()150 FILE *fnetstat; in netstat_read() local160 if (fnetstat == NULL) in netstat_read()164 netstat_read_type(fnetstat, &ret, line); in netstat_read()165 fclose(fnetstat); in netstat_read()169 if (fnetstat == NULL) in netstat_read()173 netstat_read_type(fnetstat, &ret, line); in netstat_read()174 fclose(fnetstat); in netstat_read()178 if (fnetstat == NULL) in netstat_read()181 snmp6_read(fnetstat, &ret); in netstat_read()[all …]
Completed in 5 milliseconds