HomeSort by relevance Sort by last modified time
    Searched full:newifs (Results 1 - 1 of 1) sorted by null

  /external/libppp/src/
route.c 258 char **newifs; local
263 newifs = (char **)realloc(ifs, sizeof(char *) * have);
265 newifs = (char **)malloc(sizeof(char *) * have);
266 if (!newifs) {
276 ifs = newifs;

Completed in 74 milliseconds