Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bluetooth/sdpd/
HDsar.c88 uint8_t *rsp, uint8_t const * const rsp_end) in server_prepare_attr_list() argument
93 if (ptr > rsp_end) in server_prepare_attr_list()
122 len = server_prepare_attr_value_pair(provider, lo, ptr, rsp_end); in server_prepare_attr_list()
149 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_attribute_response() local
228 cs = server_prepare_attr_list(provider, req, req+aidlen, rsp, rsp_end); in server_prepare_service_attribute_response()
251 uint8_t *rsp_end = srv->fdidx[fd].rsp + srv->fdidx[fd].rsp_size; in server_send_service_attribute_response() local
260 size = rsp_end - rsp; in server_send_service_attribute_response()
269 while ((rsp_end - rsp) + 3 > srv->fdidx[fd].rsp_limit) { in server_send_service_attribute_response()
270 rsp_end --; in server_send_service_attribute_response()
280 assert(rsp_end >= rsp); in server_send_service_attribute_response()
[all …]
HDssr.c58 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_search_response() local
138 rcount = (rsp_end - ptr) / 4; in server_prepare_service_search_response()
218 uint8_t *rsp_end = srv->fdidx[fd].rsp + srv->fdidx[fd].rsp_size; in server_send_service_search_response() local
227 size = rsp_end - rsp; in server_send_service_search_response()
236 while ((rsp_end - rsp) + 3 > srv->fdidx[fd].rsp_limit) { in server_send_service_search_response()
237 rsp_end -= 4; in server_send_service_search_response()
247 assert(rsp_end >= rsp); in server_send_service_search_response()
250 rcounts[1] = (rsp_end - rsp) / 4; /* CurrentServiceRecordCount */ in server_send_service_search_response()
266 iov[2].iov_len = rsp_end - rsp; in server_send_service_search_response()
HDssar.c46 uint8_t *rsp, uint8_t const * const rsp_end);
183 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_search_attribute_response() local
357 aidptr, aidptr + aidlen, ptr, rsp_end); in server_prepare_service_search_attribute_response()
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_hw.c5496 const u16 *rsp_end = rspq + nrspq; in t4_config_rss_range() local
5551 if (rsp >= rsp_end) in t4_config_rss_range()