Searched refs:SDP_GET16 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c94 SDP_GET16(len, start);
118 SDP_GET16(value, start);
181 SDP_GET16(value.uint16, start);
229 SDP_GET16(value.uint16, start);
277 SDP_GET16(len, start);
301 SDP_GET16(len, start);
342 SDP_GET16(len, start);
370 SDP_GET16(len, start);
428 SDP_GET16(len, start);
456 SDP_GET16(le
[all...]
/freebsd-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c125 SDP_GET16(len, proto.value);
140 SDP_GET16(len, proto.value);
208 SDP_GET16(len, start);
228 SDP_GET16(value, start); len -= sizeof(uint16_t);
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c200 SDP_GET16(len, ptr);
221 SDP_GET16(len, ptr);
242 SDP_GET16(len, ptr);
261 SDP_GET16(uuid, ptr);
278 SDP_GET16(psm, ptr);
307 SDP_GET16(len, ptr);
333 SDP_GET16(len, ptr);
368 SDP_GET16(len, ptr);
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dsar.c105 SDP_GET16(lo, req);
113 SDP_GET16(lo, req);
114 SDP_GET16(hi, req);
172 SDP_GET16(rsp_limit, req);
185 SDP_GET16(aidlen, req);
206 SDP_GET16(cs, ptr);
H A Dssar.c67 SDP_GET16(value, buf);
129 SDP_GET16(value, buf);
216 SDP_GET16(ssplen, req);
233 SDP_GET16(rsp_limit, req);
255 SDP_GET16(aidlen, req);
280 SDP_GET16(cs, req);
H A Dssr.c87 SDP_GET16(ssplen, req);
103 SDP_GET16(rsp_limit, ptr);
116 SDP_GET16(cs, ptr);
H A Dsrr.c76 SDP_GET16(uuid, req);
/freebsd-11-stable/lib/libsdp/
H A Dutil.c317 SDP_GET16(value.uint16, start);
355 SDP_GET16(value.int16, start);
368 SDP_GET16(value.uint16, start);
383 SDP_GET16(value.uint16, start);
405 SDP_GET16(value.uint16, start);
424 SDP_GET16(value.uint16, start);
442 SDP_GET16(value.uint16, start);
H A DMakefile17 MLINKS+= sdp.3 SDP_GET16.3
H A Dsearch.c283 SDP_GET16(len, rsp_tmp);
305 SDP_GET16(len, rsp_tmp);
326 SDP_GET16(vp->attr, rsp_tmp);
H A Dsdp.h320 #define SDP_GET16(s, cp) { \ macro

Completed in 185 milliseconds