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

/freebsd-10.1-release/usr.sbin/ppp/
H A Droute.c252 char **newifs; local
257 newifs = (char **)realloc(ifs, sizeof(char *) * have);
259 newifs = (char **)malloc(sizeof(char *) * have);
260 if (!newifs) {
270 ifs = newifs;

Completed in 49 milliseconds