Home
last modified time | relevance | path

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

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