- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for queryAddress (0.36 seconds)
-
src/main/java/jcifs/smb1/netbios/NodeStatusResponse.java
if (!addrFound && queryAddress.hostName.hexCode == hexCode && (queryAddress.hostName == NbtAddress.UNKNOWN_NAME || queryAddress.hostName.name.equals(n))) { if (queryAddress.hostName == NbtAddress.UNKNOWN_NAME) { queryAddress.hostName = new Name(n, hexCode, scope); } queryAddress.groupName = groupName;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 5.8K bytes - Click Count (0) -
src/main/java/jcifs/netbios/NodeStatusResponse.java
*/ if (!addrFound && this.queryAddress.hostName.hexCode == hexCode && (this.queryAddress.hostName.isUnknown() || this.queryAddress.hostName.name.equals(n))) { if (this.queryAddress.hostName.isUnknown()) { this.queryAddress.hostName = new Name(this.config, n, hexCode, scope); } this.queryAddress.groupName = groupName;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 5.8K bytes - Click Count (0)