Lines Matching defs:cs
155 int32_t type, rsp_limit, aidlen, cslen, cs;
206 SDP_GET16(cs, ptr);
208 cs = 0;
211 if (srv->fdidx[fd].rsp_cs != cs)
229 cs = server_prepare_attr_list(provider, req, req+aidlen, rsp, rsp_end);
230 if (cs < 0)
238 srv->fdidx[fd].rsp_size = cs;
257 uint8_t cs[3];
275 cs[0] = 2;
276 cs[1] = srv->fdidx[fd].rsp_cs >> 8;
277 cs[2] = srv->fdidx[fd].rsp_cs & 0xff;
279 cs[0] = 0;
291 pdu.len = htons(sizeof(bcount) + bcount + 1 + cs[0]);
304 iov[3].iov_base = cs;
305 iov[3].iov_len = 1 + cs[0];