Searched refs:coap_send (Results 1 – 17 of 17) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_net.h | 498 coap_mid_t coap_send(coap_session_t *session, coap_pdu_t *pdu); 500 #define coap_send_large(session, pdu) coap_send(session, pdu)
|
/third_party/libcoap/man/ |
D | coap_pdu_setup.txt.in | 29 coap_send, 83 *coap_mid_t coap_send(coap_session_t *_session_, coap_pdu_t *_pdu_);* 523 *Function: coap_send()* 525 The *coap_send*() function is used to initiate the transmission of the _pdu_ 527 after calling *coap_send*() - even if there is a return error. 531 *coap_send*() to do this. 553 *coap_send*() returns the CoAP message ID on success or 647 if (coap_send(session, pdu) == COAP_INVALID_MID)
|
D | Makefile.am | 162 @echo ".so man3/coap_pdu_setup.3" > coap_send.3
|
D | coap_uri.txt.in | 237 mid = coap_send(session, pdu);
|
D | coap_session.txt.in | 160 set back to the multicast IP when the next *coap_send*(3) is called.
|
D | coap_logging.txt.in | 279 received PDU or coap_send() not yet called), then the output assumes that
|
D | coap_handler.txt.in | 97 This _handler_ must not call *coap_send*(3) to send _response_pdu_.
|
D | coap_block.txt.in | 395 if (coap_send(session, pdu) == COAP_INVALID_MID)
|
/third_party/libcoap/examples/ |
D | tiny.c | 176 coap_send(session, pdu); in main()
|
D | coap-client.c | 1905 if (coap_send(session, pdu) == COAP_INVALID_MID) { in main() 1986 if (coap_send(session, pdu) == COAP_INVALID_MID) { in main()
|
D | coap-rd.c | 230 if (coap_send(ctx, peer, response) == COAP_INVALID_MID) { in hnd_put_resource()
|
D | coap-server.c | 857 if (coap_send(proxy_list[i].incoming, response) == in remove_proxy_association() 1164 coap_send(ongoing, pdu); in hnd_proxy_uri() 1714 coap_send(incoming, pdu); in proxy_response_handler()
|
/third_party/libcoap/ |
D | libcoap-3.map | 215 coap_send;
|
D | libcoap-3.sym | 212 coap_send
|
/third_party/libcoap/examples/riot/examples_libcoap_client/ |
D | client-coap.c | 235 mid = coap_send(session, pdu); in client_coap_init()
|
/third_party/libcoap/examples/lwip/ |
D | client-coap.c | 224 mid = coap_send(session, pdu); in client_coap_init()
|
/third_party/libcoap/src/ |
D | coap_net.c | 1039 coap_send(coap_session_t *session, coap_pdu_t *pdu) { in coap_send() function
|