Home
last modified time | relevance | path

Searched refs:pcServiceType (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvs.c54 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType, in SLPFindSrvs() argument
60 strcasecmp(pcServiceType, "service:service-agent") == 0; in SLPFindSrvs()
62 strcasecmp(pcServiceType, "service:directory-agent") == 0; in SLPFindSrvs()
66 if (!hSLP || !pcServiceType || !pcScope || (!*pcScope && !isSpecial) || in SLPFindSrvs()
71 if ((strlen(pcServiceType) > SLP_MAX_STRINGLEN) || in SLPFindSrvs()
92 err = slp_packSrvRqst(pcServiceType, pcSearchFilter, hp); in SLPFindSrvs()
H A Dslp.h235 const char *pcServiceType, /* service type string */