- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for queryAddress (0.05 sec)
-
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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.8K bytes - Viewed (0) -
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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.8K bytes - Viewed (0)