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

/freebsd-12-stable/usr.sbin/ppp/
H A Droute.c254 char **newifs; local
259 newifs = (char **)realloc(ifs, sizeof(char *) * have);
261 newifs = (char **)malloc(sizeof(char *) * have);
262 if (!newifs) {
272 ifs = newifs;

Completed in 104 milliseconds