Searched refs:ifname (Results 1 - 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
H A D | Inet6Address.java | 197 NetworkInterface ifname, boolean scope_ifname_set) 203 this.scope_ifname = ifname; 399 } catch (UnknownHostException e) {} /* cant happen if ifname is null */ 407 Inet6Address (String hostName, byte addr[], String ifname) throws UnknownHostException { argument 409 initstr (hostName, addr, ifname); 482 private void initstr(String hostName, byte addr[], String ifname) argument 486 NetworkInterface nif = NetworkInterface.getByName (ifname); 488 throw new UnknownHostException ("no such interface " + ifname); 492 throw new UnknownHostException ("SocketException thrown" + ifname); 546 private int deriveNumericScope (String ifname) throw argument 195 Inet6AddressHolder( byte[] ipaddress, int scope_id, boolean scope_id_set, NetworkInterface ifname, boolean scope_ifname_set) argument [all...] |
/libcore/ojluni/src/main/native/ |
H A D | net_util_md.c | 665 char ifname [33]; 676 &index, &x1, &x2, &x3, ifname) == 21) {
|
Completed in 45 milliseconds