Lines Matching defs:pdu
43 coap_pdu_t *pdu; /**< the CoAP PDU to send */
237 * Returns the next pdu to send without removing from sendqeue.
242 * Returns the next pdu to send and removes it from the sendqeue.
323 coap_pdu_t *pdu);
326 * Verifies that @p pdu contains no unknown critical options. Options must be
329 * returns @c 1 if @p pdu is ok, @c 0 otherwise. The given filter object @p
338 if (coap_option_check_critical(session, pdu, f) == 0) {
339 coap_option_iterator_init(pdu, &opt_iter, f);
350 * @param pdu The PDU to check.
352 * unknown critical options found in @p pdu.
357 coap_pdu_t *pdu,
392 * allocated for the pdu will be released by coap_send_internal().
393 * The caller must not use the pdu after calling coap_send_internal().
400 * @param pdu The CoAP PDU to send.
405 coap_mid_t coap_send_internal(coap_session_t *session, coap_pdu_t *pdu);