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

  /external/mdnsresponder/mDNSWindows/NSPTool/
NSPTool.c 260 err = WSCInstallNameSpace( name, path, NS_DNS, 1, &guid );
481 err = WSCInstallNameSpace( name, path, NS_DNS, array[ i ].dwVersion, &array[ i ].NSProviderId );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nspapi.h 75 #define NS_DNS (12)
winsock2.h 607 #define NS_DNS (12)
    [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 324 err = WSCInstallNameSpace( gNSPName, path, NS_DNS, 1, &gNSPGUID );
528 require_action_quiet( ( type == NS_DNS ) || ( type == NS_ALL ), exit, err = WSASERVICE_NOT_FOUND );
    [all...]

Completed in 67 milliseconds