- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NBSTAT (0.38 sec)
-
src/main/java/jcifs/smb1/netbios/NodeStatusRequest.java
*/ package jcifs.smb1.netbios; class NodeStatusRequest extends NameServicePacket { NodeStatusRequest(final Name name) { questionName = name; questionType = NBSTAT; isRecurDesired = false; isBroadcast = false; } @Override int writeBodyWireFormat(final byte[] dst, final int dstIndex) { final int tmp = questionName.hexCode;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NodeStatusRequest.java
class NodeStatusRequest extends NameServicePacket { NodeStatusRequest(final Configuration cfg, final Name name) { super(cfg); this.questionName = name; this.questionType = NBSTAT; this.isRecurDesired = false; this.isBroadcast = false; } @Override int writeBodyWireFormat(final byte[] dst, final int dstIndex) { final int tmp = this.questionName.hexCode;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 1.9K bytes - Viewed (0)