Lines Matching defs:reply
40 SLPError slp_unpackSAAdvert(char *reply, char **surl,
52 len = slp_get_length(reply);
53 off = SLP_HDRLEN + slp_get_langlen(reply);
56 iov[0].iov_base = reply + off;
58 if ((err = slp_get_string(reply, len, &off, surl)) != SLP_OK) {
64 iov[2].iov_base = reply + off;
66 if ((err = slp_get_string(reply, len, &off, scopes)) != SLP_OK) {
72 iov[1].iov_base = reply + off;
74 if ((err = slp_get_string(reply, len, &off, attrs)) != SLP_OK) {
80 if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) {
85 reply + off,