Searched refs:RegisteredService (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DResponder.c35 typedef struct RegisteredService_struct RegisteredService; typedef in typeref:struct:RegisteredService_struct
38 RegisteredService *next;
47 static RegisteredService p1, p2, afp, http, njp;
48 static RegisteredService *services = NULL, **nextservice = &services;
53 RegisteredService *rs = (RegisteredService *)context;
63 static DNSServiceErrorType RegisterService(RegisteredService *rs, mDNSOpaque16 OpaquePort,
84 static DNSServiceErrorType RegisterFakeServiceForTesting(RegisteredService *rs,
95 static DNSServiceErrorType CreateProxyRegistrationForRealService(RegisteredService *rs,
137 RegisteredService *
[all...]

Completed in 255 milliseconds