Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/jcifs/netbios/NodeStatusResponse.java

                isPermanent = ( ( src[ srcIndex + 16 ] & 0x02 ) == 0x02 ) ? true : false;
    
                /*
                 * The NbtAddress object used to query this node will be in the list
                 * returned by the Node Status. A new NbtAddress object should not be
                 * created for it because the original is potentially being actively
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/NodeStatusResponse.java

                    isPermanent      = (( src[srcIndex + 16] & 0x02 ) == 0x02 ) ? true : false;
        
        /* The NbtAddress object used to query this node will be in the list
         * returned by the Node Status. A new NbtAddress object should not be
         * created for it because the original is potentially being actively
         * referenced by other objects. We must populate the existing object's
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 6K bytes
    - Viewed (0)
Back to top