Lines Matching defs:reply
106 SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *hp, char *reply,
116 if (!reply) {
126 len = slp_get_length(reply);
127 off = SLP_HDRLEN + slp_get_langlen(reply);
129 if (slp_get_sht(reply, len, &off, &protoErrCode) != SLP_OK)
137 if (slp_get_sht(reply, len, &off, &urlCount) != SLP_OK)
151 if (slp_get_sht(reply, len, &off, &sLifetime) != SLP_OK)
154 url_tbv = reply + off;
156 if (slp_get_string(reply, len, &off, &pcSrvURL) != SLP_OK)
161 if (slp_get_byte(reply, len, &off, &nURLAuthBlocks) != SLP_OK)
174 reply + off,
218 * with two differences: the message in reply is a DAAdvert, and
224 static SLPBoolean unpackDAAdvert_srv(slp_handle_impl_t *hp, char *reply,
232 if (!reply) {
242 if (slp_unpackDAAdvert(reply, &surl, &scopes, &attrs, &spis, &errCode)
276 * with two differences: the message in reply is a SAAdvert, and
282 static SLPBoolean unpackSAAdvert_srv(slp_handle_impl_t *hp, char *reply,
289 if (!reply) {
300 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) {