Searched refs:coap_send (Results 1 – 11 of 11) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | net.h | 467 coap_mid_t coap_send( coap_session_t *session, coap_pdu_t *pdu ); 469 #define coap_send_large(session, pdu) coap_send(session, pdu)
|
/third_party/libcoap/ |
D | libcoap-3.sym | 172 coap_send
|
D | libcoap-3.map | 174 coap_send;
|
/third_party/libcoap/man/ |
D | Makefile.am | 112 @echo ".so man3/coap_pdu_setup.3" > coap_send.3
|
D | coap_pdu_setup.txt.in | 28 coap_send, 80 *coap_mid_t coap_send(coap_session_t *_session_, coap_pdu_t *_pdu_);* 378 The *coap_send*() function is used to initiate the transmission of the _pdu_ 402 The *coap_send*() function returns the CoAP message ID on success or 491 if (coap_send(session, pdu) == COAP_INVALID_MID)
|
D | coap_block.txt.in | 273 if (coap_send(session, pdu) == COAP_INVALID_MID)
|
/third_party/libcoap/examples/ |
D | tiny.c | 175 coap_send(session, pdu); in main()
|
D | coap-server.c | 862 if (coap_send(proxy_list[i].incoming, response) == in remove_proxy_association() 1209 coap_send(ongoing, pdu); in hnd_proxy_uri() 1712 coap_send(incoming, pdu); in proxy_message_handler()
|
D | coap-rd.c | 211 if (coap_send(ctx, peer, response) == COAP_INVALID_MID) { in hnd_put_resource()
|
D | coap-client.c | 1680 coap_send(session, pdu); in main()
|
/third_party/libcoap/src/ |
D | net.c | 1057 coap_send(coap_session_t *session, coap_pdu_t *pdu) { in coap_send() function
|