Home
last modified time | relevance | path

Searched refs:LNSTAT_MAX_FIELD_NAME_LEN (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/misc/
Dlnstat.h13 #define LNSTAT_MAX_FIELD_NAME_LEN 32 macro
20 char name[LNSTAT_MAX_FIELD_NAME_LEN+1];
Dlnstat_util.c124 strncpy(lf->fields[i].name, tok, LNSTAT_MAX_FIELD_NAME_LEN); in __lnstat_scan_fields()