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

/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dssr.c220 uint16_t rcounts[2]; local
247 rcounts[0] = srv->fdidx[fd].rsp_size / 4; /* TotalServiceRecordCount */
248 rcounts[1] = (rsp_end - rsp) / 4; /* CurrentServiceRecordCount */
252 pdu.len = htons(sizeof(rcounts) + rcounts[1] * 4 + 1 + cs[0]);
254 rcounts[0] = htons(rcounts[0]);
255 rcounts[1] = htons(rcounts[1]);
260 iov[1].iov_base = rcounts;
[all...]

Completed in 107 milliseconds