slp_get_byte
if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) {
if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) {
if (slp_get_byte(reply, len, &off, &auth_cnt) != SLP_OK) {
if (slp_get_byte(reply, len, &off, &nURLAuthBlocks) != SLP_OK)
extern SLPError slp_get_byte(const char *, size_t, size_t *, int *);