Searched refs:smb (Results 1 - 21 of 21) sorted by relevance

/external/syslinux/com32/sysdump/
H A Ddmi.c55 const struct smbios_header *smb = (void *)dptr; local
57 return !memcmp(smb->signature, "_SM_", 4) &&
58 !checksum(smb, smb->len) &&
64 const struct smbios_header *smb = (void *)dptr; local
65 struct smbios_header smx = *smb;
69 dptr, smb->dmi.tbladdr);
70 cpio_hdr(be, MODE_FILE, smb->dmi.tbllen + 32, filename);
81 write_data(be, (const void *)smb->dmi.tbladdr, smb
[all...]
/external/curl/tests/python_dependencies/impacket/
H A Dsmb.py8 # smb.py - SMB/CIFS library
2532 def sendSMB(self,smb):
2533 smb['Uid'] = self._uid
2535 smb['Pid'] = (os.getpid() & 0xFFFF)
2537 smb['Flags1'] |= self.__flags1
2538 smb['Flags2'] |= self.__flags2
2540 smb['Flags2'] |= SMB.FLAGS2_SMB_SECURITY_SIGNATURE
2541 self.signSMB(smb, self._SigningSessionKey, self._SigningChallengeResponse)
2543 self._sess.send_packet(str(smb))
2559 def parsePacket(smb)
[all...]
H A Dsmbserver.py44 from impacket import smb, nmb, ntlm, uuid, LOG namespace
102 if flags & smb.SMB.FLAGS2_UNICODE:
108 if flags & smb.SMB.FLAGS2_UNICODE:
170 if os.path.isdir(pathName) and (fileAttributes & smb.ATTR_DIRECTORY) == 0:
197 flags = smb.SMB.FLAGS2_UNICODE
209 if level == smb.SMB_QUERY_FS_ATTRIBUTE_INFO or level == smb2.SMB2_FILESYSTEM_ATTRIBUTE_INFO:
210 data = smb.SMBQueryFsAttributeInfo()
211 data['FileSystemAttributes'] = smb.FILE_CASE_SENSITIVE_SEARCH | smb.FILE_CASE_PRESERVED_NAMES
216 elif level == smb
[all...]
H A Dsmb3.py24 # [ ] Add more backward compatible commands from the smb.py code
1377 from impacket import smb namespace
1383 fileInfo = smb.SMBFindFileFullDirectoryInfo(smb.SMB.FLAGS2_UNICODE)
1385 files.append(smb.SharedFile(fileInfo['CreationTime'],fileInfo['LastAccessTime'],fileInfo['LastChangeTime'],fileInfo['EndOfFile'],fileInfo['AllocationSize'],fileInfo['ExtFileAttributes'],fileInfo['FileName'].decode('utf-16le'), fileInfo['FileName'].decode('utf-16le')))
1465 from impacket import smb namespace
1469 fileInfo = smb.SMBQueryFileStandardInfo(res)
1580 from impacket import smb namespace
1581 ntCreate = smb.SMBCommand(data = str(cmd))
1582 params = smb
[all...]
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp64 int i, sma, smb; local
121 smb = 1;
123 smb = -1;
125 smb = 0;
130 amb = 1. / (smb * log10( amb ));
151 smb = 1;
153 smb = -1;
155 smb = 0;
160 amb = smb * log10( amb );
181 smb
[all...]
/external/curl/
H A Dandroidconfigure55 --disable-smb
H A Dconfigure1903 --enable-smb Enable SMB/CIFS support
1904 --disable-smb Disable SMB/CIFS support
19584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to support smb" >&5
19585 $as_echo_n "checking whether to support smb... " >&6; }
19586 # Check whether --enable-smb was given.
[all...]
/external/syslinux/core/
H A Ddmi.c92 const struct smbios_header *smb = (void *)dptr; local
94 return !memcmp(smb->signature, "_SM_", 4) &&
95 !checksum(smb, smb->len) &&
/external/curl/lib/
H A DMakefile.inc56 x509asn1.c http2.c smb.c curl_endian.c curl_des.c system_win32.c \
75 x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h \
H A Dsmb.c42 #include "smb.h"
185 struct smb_conn *smb = &conn->proto.smbc; local
197 if(smb->state != newstate)
199 (void *)smb, names[smb->state], names[newstate]);
202 smb->state = newstate;
/external/python/cpython2/Lib/
H A Dlocale.py274 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
279 s = smb + (separated and ' ' or '') + s
281 s = s + (separated and ' ' or '') + smb
/external/python/cpython3/Lib/
H A Dlocale.py270 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
275 s = smb + (separated and ' ' or '') + s
277 s = s + (separated and ' ' or '') + smb
/external/tcpdump/
H A DAndroid.mk175 tcpdump_src_files += print-smb.c smbutil.c
/external/tcpdump/win32/prj/
H A DGNUmakefile127 ../../print-smb.o \
/external/curl/tests/
H A Dsmbserver.py40 from impacket import smb as imp_smb
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1099 milliseconds