OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultServiceType
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSPosix/
Client.c
99
static const char
kDefaultServiceType
[] = "_afpovertcp._tcp";
111
fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n",
kDefaultServiceType
);
115
static const char *gServiceType =
kDefaultServiceType
;
Responder.c
203
static const char
kDefaultServiceType
[] = "_afpovertcp._tcp.";
221
fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n",
kDefaultServiceType
);
236
static const char *gServiceType =
kDefaultServiceType
;
Completed in 149 milliseconds