Home
last modified time | relevance | path

Searched refs:slp_unpackSAAdvert (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSAAdvert.c38 SLPError slp_unpackSAAdvert(char *reply, char **surl, in slp_unpackSAAdvert() function
H A Dslp-internal.h179 extern SLPError slp_unpackSAAdvert(char *, char **, char **, char **);
H A DSLPFindSrvs.c297 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) { in unpackSAAdvert_srv()
H A DSLPFindAttrs.c271 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) { in unpackSAAdvert_attr()
H A DSLPUtils.c292 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) { in unpackSAAdvert_scope()