Searched defs:pcServiceType (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvs.c56 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType, argument
62 strcasecmp(pcServiceType, "service:service-agent") == 0;
64 strcasecmp(pcServiceType, "service:directory-agent") == 0;
68 if (!hSLP || !pcServiceType || !pcScope || (!*pcScope && !isSpecial) ||
73 if ((strlen(pcServiceType) > SLP_MAX_STRINGLEN) ||
94 err = slp_packSrvRqst(pcServiceType, pcSearchFilter, hp);

Completed in 65 milliseconds