HomeSort by relevance Sort by last modified time
    Searched refs:nmb (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_videoobjectlayer.c 30 static inline int mp4_GetMacroBlockNumberSize(int nmb)
33 nmb --;
35 nmb >>= 1;
37 } while (nmb);
  /external/curl/tests/python_dependencies/impacket/
smb3.py 36 from impacket import nmb, ntlm, uuid, crypto, LOG
119 def __init__(self, remote_name, remote_host, my_name = None, host_type = nmb.TYPE_SERVER, sess_port = 445, timeout=60, UDP = 0, preferredDialect = None, session = None):
221 self._NetBIOSSession = nmb.NetBIOSUDPSession(my_name, self._Connection['ServerName'], remote_host, host_type, sess_port, self._timeout)
223 self._NetBIOSSession = nmb.NetBIOSTCPSession(my_name, self._Connection['ServerName'], remote_host, host_type, sess_port, self._timeout)
    [all...]
smbserver.py 44 from impacket import smb, nmb, ntlm, uuid, LOG
    [all...]
smb.py 50 from impacket import nmb, ntlm, nt_errors, LOG
    [all...]

Completed in 180 milliseconds