Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 139 (0.2 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbTransport.java

                        address.equals( this.address ) &&
                        (port == 0 || port == this.port ||
                                /* port 139 is ok if 445 was requested */
                                (port == 445 && this.port == 139)) &&
                        (localAddr == this.localAddr ||
                                (localAddr != null &&
                                        localAddr.equals( this.localAddr ))) &&
    Java
    - Registered: Sun Apr 14 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 31.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/NbtSocket.java

    write( buf, 4, len ). Calling write( buf, 0, len ) will generate an error.
     */
    
    public class NbtSocket extends Socket {
    
        private static final int SSN_SRVC_PORT = 139;
        private static final int BUFFER_SIZE = 512;
        private static final int DEFAULT_SO_TIMEOUT = 5000;
    
        private static LogStream log = LogStream.getInstance();
    
        private NbtAddress address;
    Java
    - Registered: Sun Apr 14 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 4.8K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTransportImpl.java

                    && ( prt == 0 || prt == this.port ||
                    /* port 139 is ok if 445 was requested */
                            ( prt == 445 && this.port == 139 ) )
                    && ( laddr == this.localAddr || ( laddr != null && laddr.equals(this.localAddr) ) ) && lprt == this.localPort;
        }
    
    
    Java
    - Registered: Sun Apr 14 00:10:09 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
  4. src/test/java/jcifs/tests/TimeoutTest.java

            long start = System.currentTimeMillis();
            CIFSContext ctx = lowConnectTimeout(getContext());
    
            try ( SmbResource f = new SmbFile(new URL("smb", "10.255.255.1", 139, "/" + getTestShare() + "/connect.test", ctx.getUrlHandler()), ctx) ) {
                runConnectTimeoutTest(threadsBefore, start, ctx, f);
            }
        }
    
    
        /**
         * @param threadsBefore
    Java
    - Registered: Sun Apr 14 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 12.4K bytes
    - Viewed (0)
  5. src/main/java/jcifs/Configuration.java

         */
        boolean isRequireSecureNegotiate ();
    
    
        /**
         * Enable port 139 failover
         * 
         * Property <tt>jcifs.smb.client.port139.enabled</tt> (boolean, default false)
         * 
         * @return whether to failover to legacy transport on port 139
         */
        boolean isPort139FailoverEnabled ();
    
    
        /**
         * 
    Java
    - Registered: Sun Apr 14 00:10:09 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
  6. cmd/apierrorcode_string.go

    	_ = x[ErrSSEEncryptedObject-135]
    	_ = x[ErrInvalidEncryptionParameters-136]
    	_ = x[ErrInvalidEncryptionParametersSSEC-137]
    	_ = x[ErrInvalidSSECustomerAlgorithm-138]
    	_ = x[ErrInvalidSSECustomerKey-139]
    	_ = x[ErrMissingSSECustomerKey-140]
    	_ = x[ErrMissingSSECustomerKeyMD5-141]
    	_ = x[ErrSSECustomerKeyMD5Mismatch-142]
    	_ = x[ErrInvalidSSECustomerParameters-143]
    	_ = x[ErrIncompatibleEncryptionMethod-144]
    Go
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Sat Apr 06 06:44:30 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  7. src/archive/tar/reader_test.go

    			},
    			Format: FormatPAX,
    		}, {
    			Name:     "sparse-posix-0.1",
    Go
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/math/LongMath.java

        Integer.MAX_VALUE,
        Integer.MAX_VALUE,
        Integer.MAX_VALUE,
        2642246,
        86251,
        11724,
        3218,
        1313,
        684,
        419,
        287,
        214,
        169,
        139,
        119,
        105,
        95,
        87,
        81,
        76,
        73,
        70,
        68,
        66,
        64,
        63,
        62,
        62,
        61,
        61,
        61
      };
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Feb 07 17:50:39 GMT 2024
    - 44.6K bytes
    - Viewed (0)
  9. api/go1.11.txt

    pkg debug/elf, const EM_RX Machine
    pkg debug/elf, const EM_SCORE7 = 135
    pkg debug/elf, const EM_SCORE7 Machine
    pkg debug/elf, const EM_SEP = 108
    pkg debug/elf, const EM_SEP Machine
    pkg debug/elf, const EM_SE_C17 = 139
    pkg debug/elf, const EM_SE_C17 Machine
    pkg debug/elf, const EM_SE_C33 = 107
    pkg debug/elf, const EM_SE_C33 Machine
    pkg debug/elf, const EM_SHARC = 133
    pkg debug/elf, const EM_SHARC Machine
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  10. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    +#if defined _FORCE_INLINES
    +# if _STRING_ARCH_unaligned
     __STRING_INLINE void *
     __mempcpy_small (void *__dest1,
     		 char __src0_1, char __src2_1, char __src4_1, char __src6_1,
    @@ -298,44 +139,7 @@ __mempcpy_small (void *__dest1,
         }
       return (void *) __u;
     }
    -#   else
    -#    ifndef _FORCE_INLINES
    -#     define __mempcpy_args(src) \
    -     ((const char *) (src))[0],						      \
    Others
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top