Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:wsaData

447 		WSADATA wsaData;
449 if (WSAStartup(MAKEWORD(2,2), &wsaData) != 0) { *ref = NULL; return kDNSServiceErr_ServiceNotRunning; }