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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dllib-lslp52 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority,
H A DSLPFindSrvTypes.c40 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority, argument
45 if (!hSLP || !pcNamingAuthority || !pcScopeList ||
50 if ((strlen(pcNamingAuthority) > SLP_MAX_STRINGLEN) ||
59 err = slp_packSrvTypeRqst(hSLP, pcNamingAuthority);
H A Dslp.h224 const char *pcNamingAuthority, /* naming authority to search */

Completed in 55 milliseconds