Lines Matching defs:sent
1807 /* Delay until the next MAX_PAYLOAD needs to be sent off */
1858 /* Delay until the next MAX_PAYLOAD needs to be sent off */
2200 * If additional responses needed, then these are expicitly sent out and
2201 * 'response' is updated to be the last response to be sent. There can be
2324 * need to be sent out in order of requests with the final request being
2913 check_freshness(coap_session_t *session, coap_pdu_t *rcvd, coap_pdu_t *sent,
2920 if (sent || lg_xmit || lg_crcv) {
2931 if (sent) {
2932 if (coap_get_data(sent, &data_len, &data))
2935 sent = &lg_xmit->pdu;
2945 sent = &lg_crcv->pdu;
2946 if (coap_get_data(sent, &data_len, &data))
2957 echo_pdu = coap_pdu_duplicate(sent, session, ltoken_len, ltoken, NULL);
3022 coap_handle_response_send_block(coap_session_t *session, coap_pdu_t *sent,
3165 if (check_freshness(session, rcvd, sent, p, NULL))
3332 * 1 Do not call application handler - just sent the next request
3337 coap_pdu_t *sent,
3421 /* Possibility that Size2 not sent, or is too small */
3622 /* Only sent with the first block */
3685 if (context->response_handler(session, sent, rcvd,
3733 (session->oscore_encryption == 0) ? sent : NULL,
3736 if (check_freshness(session, rcvd, sent, NULL, p))
3762 if (!sent) {
3806 coap_lg_crcv_t *lg_crcv = coap_block_new_lg_crcv(session, sent, NULL);
3810 return coap_handle_response_get_block(context, session, sent, rcvd,
3816 coap_lg_crcv_t *lg_crcv = coap_block_new_lg_crcv(session, sent, NULL);
3820 return coap_handle_response_get_block(context, session, sent, rcvd,