/net-tools-3.7.0/libcoap/examples/ |
D | coap-server.c | 54 #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 …]
|
D | coap-rd.c | 63 #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 …]
|
D | client.c | 67 #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/ |
D | testdriver.c | 16 #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/ |
D | mem.c | 28 #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
|
D | coap_io.c | 232 #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/ |
D | dtls-client.c | 138 #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/ |
D | dtls-client.c | 30 #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/ |
D | coap-client.c | 128 #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
|