Searched refs:SVCID_TCP_RR (Results 1 - 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | svcguid.h | 16 #define SVCID_TCP_RR(_Port,_RR) { (0x0009 << 16) | (_Port),0,_RR,{ 0xC0,0,0,0,0,0,0,0x46 } } macro 17 #define SVCID_TCP(_Port) SVCID_TCP_RR(_Port,0) 18 #define SVCID_DNS(_RecordType) SVCID_TCP_RR(53,_RecordType)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | svcguid.h | 16 #define SVCID_TCP_RR(_Port,_RR) { (0x0009 << 16) | (_Port),0,_RR,{ 0xC0,0,0,0,0,0,0,0x46 } } macro 17 #define SVCID_TCP(_Port) SVCID_TCP_RR(_Port,0) 18 #define SVCID_DNS(_RecordType) SVCID_TCP_RR(53,_RecordType)
|
Completed in 13 milliseconds