Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hexone (0.19 sec)

  1. src/main/java/jcifs/smb1/netbios/NameServiceClient.java

                        case RESOLVER_BCAST:
                            if( resolveOrder[i] == RESOLVER_WINS &&
                                    name.name != NbtAddress.MASTER_BROWSER_NAME &&
                                    name.hexCode != 0x1d ) {
                                request.addr = NbtAddress.getWINSAddress();
                                request.isBroadcast = false;
                            } else {
                                request.addr = baddr;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 17.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/NameServiceClient.java

         * for a description of <code>type</code>
         * and <code>scope</code>.
         *
         * @param host
         *            hostname to lookup all addresses for
         * @param type
         *            the hexcode of the name
         * @param scope
         *            the scope of the name
         * @return resolved addresses
         * @throws java.net.UnknownHostException
         *             if there is an error resolving the name
         */
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 7.9K bytes
    - Viewed (0)
Back to top