Home
last modified time | relevance | path

Searched defs:ifname (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DInet6Address.java246 Inet6Address (String hostName, byte addr[], String ifname) throws UnknownHostException { in Inet6Address()
315 private void initstr (String hostName, byte addr[], String ifname) throws UnknownHostException { in initstr()
376 private int deriveNumericScope (String ifname) throws UnknownHostException { in deriveNumericScope()
766 private String ifname; field in Inet6Address
/libcore/ojluni/src/main/native/
DNetworkInterface.c994 static int openSocketWithFallback(JNIEnv *env, const char *ifname){ in openSocketWithFallback()
1033 static int getMTU(JNIEnv *env, int sock, const char *ifname) { in getMTU()
1047 static int getFlags(int sock, const char *ifname, int *flags) { in getFlags()
Dnet_util_md.c684 char ifname [33]; in initLocalIfs() local