Searched refs:aidlen (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/usr.sbin/sdpd/ |
| H A D | ssar.c | 60 int32_t type, rsp_limit, ucount, aidlen, cslen, cs; in server_prepare_service_search_attribute_response() local 91 aidlen = 0; in server_prepare_service_search_attribute_response() 98 SDP_GET8(aidlen, req); in server_prepare_service_search_attribute_response() 105 SDP_GET16(aidlen, req); in server_prepare_service_search_attribute_response() 112 SDP_GET32(aidlen, req); in server_prepare_service_search_attribute_response() 115 if (aidlen <= 0) in server_prepare_service_search_attribute_response() 119 req += aidlen; in server_prepare_service_search_attribute_response() 160 aidptr, aidptr + aidlen, rsp, rsp_end); in server_prepare_service_search_attribute_response()
|
| H A D | sar.c | 155 int32_t type, rsp_limit, aidlen, cslen, cs; in server_prepare_service_attribute_response() local 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 const *) 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()
|
| /dflybsd-src/contrib/wpa_supplicant/src/utils/ |
| H A D | pcsc_funcs.c | 255 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()
|