D | test.c | 16 static int piggyback_get(struct coap_resource *resource, in piggyback_get() argument 76 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in piggyback_get() 81 static int test_del(struct coap_resource *resource, in test_del() argument 116 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in test_del() 121 static int test_put(struct coap_resource *resource, in test_put() argument 163 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in test_put() 168 static int test_post(struct coap_resource *resource, in test_post() argument 224 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in test_post()
|