Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util_md.c670 struct localinterface { struct
675 static struct localinterface *localifs = 0; argument
685 struct localinterface *lif=0; in initLocalIfs()
714 localifs = (struct localinterface *) realloc ( in initLocalIfs()
715 localifs, sizeof (struct localinterface)* (localifsSize+5)); in initLocalIfs()