Home
last modified time | relevance | path

Searched refs:UNUSED_PARAM (Results 1 – 9 of 9) sorted by relevance

/net-tools-3.7.0/libcoap/examples/
Dcoap-server.c54 #define UNUSED_PARAM __attribute__ ((unused)) macro
56 #define UNUSED_PARAM macro
61 handle_sigint(int signum UNUSED_PARAM) { in handle_sigint() argument
69 hnd_get_index(coap_context_t *ctx UNUSED_PARAM, in hnd_get_index() argument
70 struct coap_resource_t *resource UNUSED_PARAM, in hnd_get_index() argument
71 const coap_endpoint_t *local_interface UNUSED_PARAM, in hnd_get_index() argument
72 coap_address_t *peer UNUSED_PARAM, in hnd_get_index() argument
73 coap_pdu_t *request UNUSED_PARAM, in hnd_get_index() argument
74 str *token UNUSED_PARAM, in hnd_get_index() argument
94 const coap_endpoint_t *local_interface UNUSED_PARAM, in hnd_get_time() argument
[all …]
Dcoap-rd.c63 #define UNUSED_PARAM __attribute__ ((unused)) macro
65 #define UNUSED_PARAM macro
91 handle_sigint(int signum UNUSED_PARAM) { in handle_sigint() argument
96 hnd_get_resource(coap_context_t *ctx UNUSED_PARAM, in hnd_get_resource() argument
98 const coap_endpoint_t *local_interface UNUSED_PARAM, in hnd_get_resource() argument
99 coap_address_t *peer UNUSED_PARAM, in hnd_get_resource() argument
100 coap_pdu_t *request UNUSED_PARAM, in hnd_get_resource() argument
101 str *token UNUSED_PARAM, in hnd_get_resource() argument
124 hnd_put_resource(coap_context_t *ctx UNUSED_PARAM, in hnd_put_resource() argument
125 struct coap_resource_t *resource UNUSED_PARAM, in hnd_put_resource() argument
[all …]
Dclient.c67 #define UNUSED_PARAM __attribute__ ((unused)) macro
69 #define UNUSED_PARAM macro
320 const coap_tid_t id UNUSED_PARAM) { in message_handler() argument
773 cmdline_subscribe(char *arg UNUSED_PARAM) { in cmdline_subscribe() argument
/net-tools-3.7.0/libcoap/tests/
Dtestdriver.c16 #define UNUSED_PARAM __attribute__ ((unused)) macro
18 #define UNUSED_PARAM macro
22 main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) { in main() argument
/net-tools-3.7.0/libcoap/src/
Dmem.c28 #define UNUSED_PARAM __attribute__((unused)) macro
30 #define UNUSED_PARAM macro
34 coap_malloc_type(coap_memory_tag_t type UNUSED_PARAM, size_t size) { in coap_malloc_type() argument
39 coap_free_type(coap_memory_tag_t type UNUSED_PARAM, void *p) { in coap_free_type() argument
Dcoap_io.c232 #define UNUSED_PARAM __attribute__ ((unused)) macro
234 #define UNUSED_PARAM macro
238 coap_network_send(struct coap_context_t *context UNUSED_PARAM, in coap_network_send() argument
376 coap_get_max_packetlength(const coap_packet_t *packet UNUSED_PARAM) { in coap_get_max_packetlength() argument
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/
Ddtls-client.c138 #define UNUSED_PARAM __attribute__((unused)) macro
140 #define UNUSED_PARAM macro
147 get_psk_info(struct dtls_context_t *ctx UNUSED_PARAM, in get_psk_info() argument
148 const session_t *session UNUSED_PARAM, in get_psk_info() argument
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-client.c30 #define UNUSED_PARAM __attribute__((unused)) macro
32 #define UNUSED_PARAM macro
105 get_psk_info(struct dtls_context_t *ctx UNUSED_PARAM, in get_psk_info() argument
106 const session_t *session UNUSED_PARAM, in get_psk_info() argument
/net-tools-3.7.0/
Dcoap-client.c128 #define UNUSED_PARAM __attribute__((unused)) macro
130 #define UNUSED_PARAM macro
528 static int get_psk_info(struct dtls_context_t *ctx UNUSED_PARAM, in get_psk_info() argument
529 const session_t *session UNUSED_PARAM, in get_psk_info() argument