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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c260 struct ifnet **newifs; local
266 newifs = (struct ifnet **)
268 if (newifs == 0)
270 bzero(newifs, newn * sizeof (struct ifnet *));
274 FREE(newifs, newn * sizeof (struct ifnet *));
278 bcopy(ifs, newifs, ppp_nalloc * sizeof(struct ifnet *));
284 ifs = newifs;

Completed in 87 milliseconds