D | LinkAddress.java | 72 private int scope; field in LinkAddress 114 private void init(InetAddress address, int prefixLength, int flags, int scope) { in init() argument 126 this.scope = scope; in init() 139 public LinkAddress(InetAddress address, int prefixLength, int flags, int scope) { in LinkAddress() argument 140 init(address, prefixLength, flags, scope); in LinkAddress() 152 this.scope = scopeForUnicastAddress(address); in LinkAddress() 174 this.scope = scopeForUnicastAddress(this.address); in LinkAddress() 185 public LinkAddress(String address, int flags, int scope) { in LinkAddress() argument 188 init(ipAndMask.first, ipAndMask.second, flags, scope); in LinkAddress() 219 this.scope == linkAddress.scope; in equals() [all …]
|