- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for NBNS (0.04 sec)
-
src/main/java/jcifs/smb1/netbios/NbtAddress.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 30.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/UniAddress.java
private static InetAddress baddr; private static LogStream log = LogStream.getInstance(); static { String ro = Config.getProperty( "jcifs.smb1.resolveOrder" ); InetAddress nbns = NbtAddress.getWINSAddress(); try { baddr = Config.getInetAddress( "jcifs.smb1.netbios.baddr", InetAddress.getByName( "255.255.255.255" ));
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 16.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NameServiceClient.java
} } void send( NameServicePacket request, NameServicePacket response, int timeout ) throws IOException { Integer nid = null; int max = NbtAddress.NBNS.length; if (max == 0) max = 1; /* No WINs, try only bcast addr */ synchronized( response ) { while (max-- > 0) { try {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 17.4K bytes - Viewed (0)