Home
last modified time | relevance | path

Searched refs:sdp_pdu_p (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.sbin/sdpd/
H A Dsar.c148 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_attribute_response()
285 if (((sdp_pdu_p)(srv->req))->pid == SDP_PDU_SERVICE_ATTRIBUTE_REQUEST) in server_send_service_attribute_response()
290 pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_service_attribute_response()
H A Dsrr.c56 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_register_response()
123 pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_service_register_response()
H A Dssr.c155 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_search_response()
279 pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_service_search_response()
H A Dsur.c53 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_unregister_response()
H A Dscr.c53 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_change_response()
H A Dserver.c426 sdp_pdu_p pdu = (sdp_pdu_p) srv->req; in server_process_request()
597 rsp.pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_error_response()
H A Dssar.c53 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_search_attribute_response()
/dragonfly/lib/libsdp/
H A Dsdp.h299 typedef struct sdp_pdu * sdp_pdu_p; typedef