Home
last modified time | relevance | path

Searched refs:aidlen (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dsar.c155 int32_t type, rsp_limit, aidlen, cslen, cs; in server_prepare_service_attribute_response()
177 aidlen = 0; in server_prepare_service_attribute_response()
181 SDP_GET8(aidlen, req); in server_prepare_service_attribute_response()
185 SDP_GET16(aidlen, req); in server_prepare_service_attribute_response()
189 SDP_GET32(aidlen, req); in server_prepare_service_attribute_response()
192 if (aidlen <= 0) in server_prepare_service_attribute_response()
195 ptr = (uint8_t *) req + aidlen; in server_prepare_service_attribute_response()
229 cs = server_prepare_attr_list(provider, req, req+aidlen, rsp, rsp_end); in server_prepare_service_attribute_response()
154 int32_t type, rsp_limit, aidlen, cslen, cs; server_prepare_service_attribute_response() local
H A Dssar.c189 int32_t type, rsp_limit, ssplen, aidlen, cslen, cs; in server_prepare_service_search_attribute_response() local
240 aidlen = 0; in server_prepare_service_search_attribute_response()
247 SDP_GET8(aidlen, req); in server_prepare_service_search_attribute_response()
254 SDP_GET16(aidlen, req); in server_prepare_service_search_attribute_response()
261 SDP_GET32(aidlen, req); in server_prepare_service_search_attribute_response()
264 if (aidlen <= 0) in server_prepare_service_search_attribute_response()
268 req += aidlen; in server_prepare_service_search_attribute_response()
357 aidptr, aidptr + aidlen, ptr, rsp_end); in server_prepare_service_search_attribute_response()
/freebsd/contrib/wpa/src/utils/
H A Dpcsc_funcs.c255 size_t aidlen);
809 size_t aidlen) in _scard_select_file() argument
827 aid, aidlen); in _scard_select_file()
828 if (5 + aidlen > sizeof(cmd)) in _scard_select_file()
831 cmd[4] = aidlen; /* len */ in _scard_select_file()
832 os_memcpy(cmd + 5, aid, aidlen); in _scard_select_file()
833 cmdlen = 5 + aidlen; in _scard_select_file()