- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for lookupServerOrWorkgroup (0.38 sec)
-
src/main/java/jcifs/smb1/UniAddress.java
synchronized( sem ) { sem.count--; sem.notify(); } } } } static NbtAddress lookupServerOrWorkgroup( String name, InetAddress svr ) throws UnknownHostException { Sem sem = new Sem( 2 ); int type = NbtAddress.isWINS( svr ) ? 0x1b : 0x1d;
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/netbios/NameServiceClientImpl.java
/** * @return the uhe */ public UnknownHostException getException () { return this.uhe; } } NetbiosAddress[] lookupServerOrWorkgroup ( String name, InetAddress svr ) throws UnknownHostException { Sem sem = new Sem(2); int type = isWINS(svr) ? 0x1b : 0x1d;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 14 14:26:22 UTC 2022 - 38.2K bytes - Viewed (0)