Searched refs:ncache (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/lib/
H A Dinet_proto.c27 static char ncache[16]; local
32 return ncache;
37 strncpy(ncache, pe->p_name, 16);
47 static char ncache[16]; local
51 if (icache>=0 && strcmp(ncache, buf) == 0)
64 strncpy(ncache, pe->p_name, 16);
H A Dll_map.c167 static char ncache[IFNAMSIZ]; local
176 if (icache && strcmp(name, ncache) == 0)
183 strcpy(ncache, name);

Completed in 81 milliseconds