HomeSort by relevance Sort by last modified time
    Searched refs:ncache (Results 1 - 3 of 3) sorted by null

  /external/iproute2/lib/
inet_proto.c 27 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);
ll_map.c 167 static char ncache[IFNAMSIZ]; local
176 if (icache && strcmp(name, ncache) == 0)
183 strcpy(ncache, name);