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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nb30.h 37 } NCB,*PNCB;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]

Completed in 39 milliseconds