Searched refs:loRoutes (Results 1 – 1 of 1) sorted by relevance
540 static struct loopback_route *loRoutes = 0; variable565 if (loRoutes != 0) { in initLoopbackRoutes()566 free (loRoutes); in initLoopbackRoutes()568 loRoutes = calloc (loRoutes_size, sizeof(struct loopback_route)); in initLoopbackRoutes()569 if (loRoutes == 0) { in initLoopbackRoutes()624 loRoutes = realloc (loRoutes, loRoutes_size * in initLoopbackRoutes()626 if (loRoutes == 0) { in initLoopbackRoutes()631 memcpy (&loRoutes[nRoutes].addr,&dest_addr,sizeof(struct in6_addr)); in initLoopbackRoutes()632 loRoutes[nRoutes].plen = dest_plen; in initLoopbackRoutes()1436 if (loRoutes != 0) free(loRoutes); in netUtilCleanUp()