Searched refs:scope_ifname (Results 1 – 1 of 1) sorted by relevance
203 private transient NetworkInterface scope_ifname = null; field in Inet6Address334 this.scope_ifname = nif; in initif()413 scope_ifname = null; in readObject()424 scope_ifname = NetworkInterface.getByName(ifname); in readObject()425 if (scope_ifname == null) { in readObject()433 scope_id = deriveNumericScope (scope_ifname); in readObject()631 return scope_ifname; in getScopedInterface()777 ifname = scope_ifname.getName(); in writeObject()