Lines Matching refs:reply
37 SLPError slp_unpackDAAdvert(char *reply, char **surl, char **scopes, in slp_unpackDAAdvert() argument
50 len = slp_get_length(reply); in slp_unpackDAAdvert()
51 off = SLP_HDRLEN + slp_get_langlen(reply); in slp_unpackDAAdvert()
53 if ((err = slp_get_sht(reply, len, &off, &protoErrCode)) != SLP_OK) in slp_unpackDAAdvert()
62 iov[0].iov_base = reply + off; in slp_unpackDAAdvert()
64 if ((err = slp_get_sht(reply, len, &off, &dummy)) != SLP_OK) { in slp_unpackDAAdvert()
67 if ((err = slp_get_sht(reply, len, &off, &dummy)) != SLP_OK) { in slp_unpackDAAdvert()
73 iov[1].iov_base = reply + off; in slp_unpackDAAdvert()
75 if ((err = slp_get_string(reply, len, &off, surl)) != SLP_OK) { in slp_unpackDAAdvert()
81 iov[3].iov_base = reply + off; in slp_unpackDAAdvert()
83 if ((err = slp_get_string(reply, len, &off, scopes)) != SLP_OK) { in slp_unpackDAAdvert()
89 iov[2].iov_base = reply + off; in slp_unpackDAAdvert()
91 if ((err = slp_get_string(reply, len, &off, attrs)) != SLP_OK) { in slp_unpackDAAdvert()
97 iov[4].iov_base = reply + off; in slp_unpackDAAdvert()
99 if ((err = slp_get_string(reply, len, &off, spis)) != SLP_OK) { in slp_unpackDAAdvert()
105 if ((err = slp_get_byte(reply, len, &off, &auth_cnt)) != SLP_OK) { in slp_unpackDAAdvert()
110 reply + off, in slp_unpackDAAdvert()