Lines Matching refs:coap_pdu_t
166 static coap_pdu_t *coap_new_request(coap_context_t *ctx,
744 static coap_pdu_t *create_pdu(struct client_data *user_data) in create_pdu()
746 coap_pdu_t *pdu; in create_pdu()
785 coap_pdu_t *pdu; in send_packets()
835 coap_pdu_t *pdu; in try_send()
1092 static inline int check_token(coap_pdu_t *received) in check_token()
1101 coap_pdu_t *sent, in is_our_own()
1102 coap_pdu_t *received) in is_our_own()
1116 static void add_options(coap_pdu_t *pdu) in add_options()
1152 static coap_pdu_t *coap_new_request(coap_context_t *ctx, in coap_new_request()
1159 coap_pdu_t *pdu; in coap_new_request()
1204 static coap_pdu_t *read_blocks(coap_context_t *coap_ctx, in read_blocks()
1208 coap_pdu_t *received, in read_blocks()
1214 coap_pdu_t *pdu = NULL; in read_blocks()
1266 static coap_opt_t *get_block(coap_pdu_t *pdu, coap_opt_iterator_t *opt_iter) in get_block()
1295 static void receive_data(coap_pdu_t *received) in receive_data()
1338 coap_pdu_t *sent, in coap_message_handler()
1339 coap_pdu_t *received, in coap_message_handler()
1342 coap_pdu_t *pdu = NULL; in coap_message_handler()
1585 coap_pdu_t *pdu;