Home
last modified time | relevance | path

Searched refs:new_ifnet_addrs (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dif.c459 caddr_t new_ifnet_addrs; in if_next_index() local
474 new_ifnet_addrs = (caddr_t)kalloc_type(caddr_t, n, Z_WAITOK | Z_ZERO); in if_next_index()
475 if (new_ifnet_addrs == NULL) { in if_next_index()
480 new_ifindex2ifnet = new_ifnet_addrs + new_if_indexlim * sizeof(caddr_t); in if_next_index()
483 bcopy(ifnet_addrs, new_ifnet_addrs, if_indexlim * sizeof(caddr_t)); in if_next_index()
488 ifnet_addrs = (struct ifaddr **)(void *)new_ifnet_addrs; in if_next_index()