Searched refs:rsp_limit (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dssar.c62 int32_t type, rsp_limit, ssplen, aidlen, cslen, cs; local
105 SDP_GET16(rsp_limit, req);
106 if (rsp_limit <= 0)
238 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t) - 2;
239 if (srv->fdidx[fd].rsp_limit > rsp_limit)
240 srv->fdidx[fd].rsp_limit = rsp_limit;
H A Dsar.c152 int32_t type, rsp_limit, aidlen, cslen, cs; local
169 SDP_GET16(rsp_limit, req);
170 if (rsp_limit <= 0)
231 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t) - 2;
232 if (srv->fdidx[fd].rsp_limit > rsp_limit)
233 srv->fdidx[fd].rsp_limit = rsp_limit;
261 if (size + 1 > srv->fdidx[fd].rsp_limit) {
267 while ((rsp_end - rsp) + 3 > srv->fdidx[fd].rsp_limit) {
[all...]
H A Dssr.c60 int32_t type, ssplen, rsp_limit, rcount, cslen, cs; local
100 SDP_GET16(rsp_limit, ptr);
101 if (rsp_limit <= 0)
137 if (rcount < rsp_limit)
138 rsp_limit = rcount;
141 for (rcount = 0; ssplen > 0 && rcount < rsp_limit; ) {
183 provider != NULL && rcount < rsp_limit;
201 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t) - 4;
228 if (size + 1 > srv->fdidx[fd].rsp_limit) {
234 while ((rsp_end - rsp) + 3 > srv->fdidx[fd].rsp_limit) {
[all...]
H A Dsrr.c99 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t);
117 assert(srv->fdidx[fd].rsp_size < srv->fdidx[fd].rsp_limit);
135 srv->fdidx[fd].rsp_limit = 0;
H A Dscr.c86 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t);
H A Dserver.h48 uint16_t rsp_limit; /* response limit */ member in struct:fd_idx
H A Dsur.c77 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t);
H A Dserver.c203 srv->fdidx[unsock].rsp_limit = 0;
214 srv->fdidx[l2sock].rsp_limit = 0;
396 srv->fdidx[cfd].rsp_limit = 0;
524 srv->fdidx[fd].rsp_limit = 0;

Completed in 105 milliseconds