Searched refs:slp_get_byte (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SAAdvert.c | 80 if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) {
|
H A D | DAAdvert.c | 107 if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) {
|
H A D | slp-internal.h | 269 extern SLPError slp_get_byte(const char *, size_t, size_t *, int *);
|
H A D | slp_utils.c | 47 * slp_get_byte: decodes a byte from the given buffer 436 SLPError slp_get_byte(const char *pcBuf, size_t maxlen, function
|
H A D | SLPFindAttrs.c | 151 if (slp_get_byte(reply, len, &off, &auth_cnt) != SLP_OK) {
|
H A D | SLPFindSrvs.c | 161 if (slp_get_byte(reply, len, &off, &nURLAuthBlocks) != SLP_OK)
|
Completed in 28 milliseconds