Searched refs:slp_get_byte (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSAAdvert.c80 if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) {
H A DDAAdvert.c107 if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) {
H A Dslp-internal.h269 extern SLPError slp_get_byte(const char *, size_t, size_t *, int *);
H A Dslp_utils.c50 * slp_get_byte: decodes a byte from the given buffer
439 SLPError slp_get_byte(const char *pcBuf, size_t maxlen, function
H A DSLPFindAttrs.c151 if (slp_get_byte(reply, len, &off, &auth_cnt) != SLP_OK) {
H A DSLPFindSrvs.c161 if (slp_get_byte(reply, len, &off, &nURLAuthBlocks) != SLP_OK)

Completed in 49 milliseconds