Home | History | Annotate | Download | only in sdpd

Lines Matching refs:pdu

69 	d.end = srv->ibuf + srv->pdu.len;
157 * fill in PDU header and we are done
159 srv->pdu.pid = SDP_PDU_SERVICE_SEARCH_RESPONSE;
160 srv->pdu.len = d.next - srv->obuf;
177 d.end = srv->ibuf + srv->pdu.len;
283 * fill in PDU header and we are done
285 srv->pdu.pid = SDP_PDU_SERVICE_ATTRIBUTE_RESPONSE;
286 srv->pdu.len = b.next - srv->obuf;
302 d.end = srv->ibuf + srv->pdu.len;
411 * fill in PDU header and we are done
413 srv->pdu.pid = SDP_PDU_SERVICE_SEARCH_ATTRIBUTE_RESPONSE;
414 srv->pdu.len = b.next - srv->obuf;