Searched refs:SDP_GET8 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c120 SDP_GET8(type, proto.value);
123 SDP_GET8(len, proto.value);
132 SDP_GET8(type, proto.value);
136 SDP_GET8(len, proto.value);
201 SDP_GET8(type, start);
204 SDP_GET8(len, start);
225 SDP_GET8(type, start); len -= sizeof(uint8_t);
249 SDP_GET8(type, start);
253 SDP_GET8(*channel, start);
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c193 SDP_GET8(type, ptr);
196 SDP_GET8(len, ptr);
214 SDP_GET8(type, ptr);
217 SDP_GET8(len, ptr);
235 SDP_GET8(type, ptr);
238 SDP_GET8(len, ptr);
258 SDP_GET8(type, ptr);
275 SDP_GET8(type, ptr);
300 SDP_GET8(type, ptr);
303 SDP_GET8(le
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c87 SDP_GET8(type, start);
90 SDP_GET8(len, start);
115 SDP_GET8(type, start);
178 SDP_GET8(type, start);
213 SDP_GET8(type, start);
222 SDP_GET8(value.uint8, start);
269 SDP_GET8(len, start);
293 SDP_GET8(len, start);
335 SDP_GET8(type, start);
338 SDP_GET8(le
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dssar.c61 SDP_GET8(type, buf);
123 SDP_GET8(value, buf);
209 SDP_GET8(type, req);
212 SDP_GET8(ssplen, req);
242 SDP_GET8(type, req);
248 SDP_GET8(aidlen, req);
275 SDP_GET8(cslen, req);
302 SDP_GET8(type, sspptr);
H A Dssr.c80 SDP_GET8(type, req);
83 SDP_GET8(ssplen, req);
111 SDP_GET8(cslen, ptr);
145 SDP_GET8(type, req);
H A Dsar.c98 SDP_GET8(type, req);
178 SDP_GET8(type, req);
181 SDP_GET8(aidlen, req);
201 SDP_GET8(cslen, ptr);
/freebsd-11-stable/lib/libsdp/
H A Dutil.c305 SDP_GET8(type, start);
313 SDP_GET8(value.uint8, start);
351 SDP_GET8(value.int8, start);
378 SDP_GET8(value.uint8, start);
394 SDP_GET8(value.uint8, start);
399 SDP_GET8(value.uint8, start);
418 SDP_GET8(value.uint8, start);
437 SDP_GET8(value.uint8, start);
H A DMakefile16 MLINKS+= sdp.3 SDP_GET8.3
H A Dsearch.c276 SDP_GET8(t, rsp_tmp);
279 SDP_GET8(len, rsp_tmp);
298 SDP_GET8(t, rsp_tmp);
301 SDP_GET8(len, rsp_tmp);
321 SDP_GET8(t, rsp_tmp);
H A Dsdp.h314 #define SDP_GET8(b, cp) { \ macro

Completed in 281 milliseconds