Home
last modified time | relevance | path

Searched refs:rsp_end (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/usr.sbin/bluetooth/sdpd/
Dsar.c86 uint8_t *rsp, uint8_t const * const rsp_end) in server_prepare_attr_list() argument
91 if (ptr > rsp_end) in server_prepare_attr_list()
120 len = server_prepare_attr_value_pair(provider, lo, ptr, rsp_end); in server_prepare_attr_list()
147 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_attribute_response() local
226 cs = server_prepare_attr_list(provider, req, req+aidlen, rsp, rsp_end); in server_prepare_service_attribute_response()
249 uint8_t *rsp_end = srv->fdidx[fd].rsp + srv->fdidx[fd].rsp_size; in server_send_service_attribute_response() local
258 size = rsp_end - rsp; in server_send_service_attribute_response()
267 while ((rsp_end - rsp) + 3 > srv->fdidx[fd].rsp_limit) { in server_send_service_attribute_response()
268 rsp_end --; in server_send_service_attribute_response()
278 assert(rsp_end >= rsp); in server_send_service_attribute_response()
[all …]
Dssr.c56 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_search_response() local
136 rcount = (rsp_end - ptr) / 4; in server_prepare_service_search_response()
216 uint8_t *rsp_end = srv->fdidx[fd].rsp + srv->fdidx[fd].rsp_size; in server_send_service_search_response() local
225 size = rsp_end - rsp; in server_send_service_search_response()
234 while ((rsp_end - rsp) + 3 > srv->fdidx[fd].rsp_limit) { in server_send_service_search_response()
235 rsp_end -= 4; in server_send_service_search_response()
245 assert(rsp_end >= rsp); in server_send_service_search_response()
248 rcounts[1] = (rsp_end - rsp) / 4; /* CurrentServiceRecordCount */ in server_send_service_search_response()
264 iov[2].iov_len = rsp_end - rsp; in server_send_service_search_response()
Dssar.c44 uint8_t *rsp, uint8_t const * const rsp_end);
181 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_search_attribute_response() local
355 aidptr, aidptr + aidlen, ptr, rsp_end); in server_prepare_service_search_attribute_response()
/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.c2753 const u16 *rsp_end = rspq + nrspq; in t4_config_rss_range() local
2809 if (rsp >= rsp_end) in t4_config_rss_range()