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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSAAdvert.c34 * slp_unpackSAAdvert() unpacks a SAAdvert and returns SA info.
40 SLPError slp_unpackSAAdvert(char *reply, char **surl, function
H A Dslp-internal.h181 extern SLPError slp_unpackSAAdvert(char *, char **, char **, char **);
H A DSLPFindAttrs.c274 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) {
H A DSLPFindSrvs.c278 * all info from an SAAdvert is returned by slp_unpackSAAdvert, here
300 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) {
H A DSLPUtils.c293 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) {

Completed in 65 milliseconds